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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髣頑ェ守櫨 | 111010011001011110001010111001101010101010001110111001111001010010100101 | e9978ae6aa8ee794a5 |
EUC-JP | 髣頑ェ守櫨 | 11110001111101111011010011101000100011101010101010111100111010011100100010100111 | f1f7b4e88eaabce9c8a7 |
UTF-8 | 髣頑ェ守櫨 | 111010011010101110100011111010011010000010010001111011111011110110101010111001011010111010001000111001101010101110101000 | e9aba3e9a091efbdaae5ae88e6aba8 |
UHC | ?頑?守? | 00111111111010001101011100111111111000011111101000111111 | 3fe8d73fe1fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)