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 | ??大??垈^ | 001111110011111110010001111001010011111100111111100110101011000001011110 | 3f3f91e53f3f9ab05e |
EUC-JP | ??大??垈^ | 001111110011111111000010111001110011111100111111110101001011001001011110 | 3f3fc2e73f3fd4b25e |
UTF-8 | 렺쩡大렺쩡垈^ | 11101011101000001011101011101100101010011010000111100101101001001010011111101011101000001011101011101100101010011010000111100101100111101000100001011110 | eba0baeca9a1e5a4a7eba0baeca9a1e59e885e |
UHC | 렺쩡大렺쩡垈^ | 10001110110000101100001011000100110100111101111010001110110000101100001011000100110100111101110001011110 | 8ec2c2c4d3de8ec2c2c4d3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)