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 | ???扈 | 0011111100111111001111111110011110111011 | 3f3f3fe7bb |
EUC-JP | ???扈 | 0011111100111111001111111110111010111101 | 3f3f3feebd |
UTF-8 | 롎롐렍扈 | 111010111010000110001110111010111010000110010000111010111010000010001101111001101000100110001000 | eba18eeba190eba08de68988 |
UHC | 롎롐렍扈 | 1000111011010100100011101101011010001110101000111111101111000011 | 8ed48ed68ea3fbc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)