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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霈懐范遐 | 1110100010111100100010011111100111100100100101111110011110100000 | e8bc89f9e497e7a0 |
EUC-JP | 霈懐范遐 | 1111000010111110101100101111101111100111111101111110111010100010 | f0beb2fbe7f7eea2 |
UTF-8 | 霈懐范遐 | 111010011001110010001000111001101000011110010000111010001000110010000011111010011000000110010000 | e99c88e68790e88c83e98190 |
UHC | ??范遐 | 001111110011111111011011111101011111100111000110 | 3f3fdbf5f9c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)