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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 重?燼?渦?B | 10001111011001000011111111100000100111100011111110001001010100010011111101000010 | 8f643fe09e3f89513f42 |
EUC-JP | 重?燼?渦?B | 10111101110001010011111111011111111111100011111110110001101100100011111101000010 | bdc53fdffe3fb1b23f42 |
UTF-8 | 重렮燼렗渦렪B | 11101001100001111000110111101011101000001010111011100111100001111011110011101011101000001001011111100110101110001010011011101011101000001010101001000010 | e9878deba0aee787bceba097e6b8a6eba0aa42 |
UHC | 重렮燼렗渦렪B | 11110001111011001000111010111011111000111110100010001110101011001110100010111110100011101011100001000010 | f1ec8ebbe3e88eace8be8eb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)