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 | ??億???^ | 0011111100111111100010011010110100111111001111110011111101011110 | 3f3f89ad3f3f3f5e |
EUC-JP | 嫄?億???^ | 10001111101110101010000100111111101100101010111100111111001111110011111101011110 | 8fbaa13fb2af3f3f3f5e |
UTF-8 | 嫄렎億뀁렯렏^ | 11100101101010111000010011101011101000001000111011100101100001001000010011101011100000001000000111101011101000001010111111101011101000001000111101011110 | e5ab84eba08ee58484eb8081eba0afeba08f5e |
UHC | 嫄렎億뀁렯렏^ | 11101010101100011000111010100100111001011110001010110010111011001000111010111100100011101010010101011110 | eab18ea4e5e2b2ec8ebc8ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)