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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 與??與??^ | 111001000110111100111111001111111110010001101111001111110011111101011110 | e46f3f3fe46f3f3f5e |
EUC-JP | 與?˝與?˝^ | 11100111110100000011111110001111101000101011001111100111110100000011111110001111101000101011001101011110 | e7d03f8fa2b3e7d03f8fa2b35e |
UTF-8 | 與잛˝與잛˝^ | 1110100010001000100001111110110010011110100110111100101110011101111010001000100010000111111011001001111010011011110010111001110101011110 | e88887ec9e9bcb9de88887ec9e9bcb9d5e |
UHC | 與잛˝與잛˝^ | 11100110101010001001111111101100101000101010100111100110101010001001111111101100101000101010100101011110 | e6a89feca2a9e6a89feca2a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)