To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 疾釥ハス | 11110010101010101000111010111110111110111100000011001010111100011000111010111101 | f2aa8ebefbc0caf18ebd |
EUC-JP | ?疾釥ハ?ス | 0011111110111100110000001000111111100011101010111000111011001010001111111000111010111101 | 3fbcc08fe3ab8eca3f8ebd |
UTF-8 | 疾釥ハス | 111011101000011110100001111001111001011010111110111010011000011110100101111011111011111010001010111011101000010010001001111011111011110110111101 | ee87a1e796bee987a5efbe8aee8489efbdbd |
UHC | ?疾???? | 00111111111100101111000000111111001111110011111100111111 | 3ff2f03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)