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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 儼????┃ | 1001100101010110001111110011111100111111001111111000010010101011 | 99563f3f3f3f84ab |
EUC-JP | 儼????┃ | 1101000110110111001111110011111100111111001111111010100010101101 | d1b73f3f3f3fa8ad |
UTF-8 | 儼볥벩六붼┃ | 111001011000010010111100111010111011001110100101111010111011001010101001111011111010011110010001111010111011011010111100111000101001010010000011 | e584bcebb3a5ebb2a9efa791ebb6bce29483 |
UHC | 儼볥벩六붼┃ | 111001011111000010010011111010111001001110111111111010111011101110010100111010011010011010101101 | e5f093eb93bfebbb94e9a6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)