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 | ????LB | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
SJIS-WIN | 析?鼠癬LB | 100100001100110100111111100100010110110011100001100111010100110001000010 | 90cd3f916ce19d4c42 |
EUC-JP | 析?鼠癬LB | 110000001100111100111111110000011100110111100001111111010100110001000010 | c0cf3fc1cde1fd4c42 |
UTF-8 | 析狀鼠癬LB | 1110011010011110100100001110011110001011100000001110100110111100101000001110011110011001101011000100110001000010 | e69e90e78b80e9bca0e799ac4c42 |
UHC | 析狀鼠癬LB | 11100000101100001101111111010010111000001010100111100000110010000100110001000010 | e0b0dfd2e0a9e0c84c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)