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 | ???容? | 001111110011111100111111100101110110010100111111 | 3f3f3f97653f |
EUC-JP | ???容? | 001111110011111100111111110011011100011000111111 | 3f3f3fcdc63f |
UTF-8 | 뜘덃뿧容껧 | 111010111001110010011000111010111000110110000011111010111011111110100111111001011010111010111001111010101011101110100111 | eb9c98eb8d83ebbfa7e5aeb9eabba7 |
UHC | 뜘덃뿧容껧 | 10001101100110111000100011100110100101111010011111101001101110111000010001000010 | 8d9b88e697a7e9bb8442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)