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 | 予??倚?┏ | 100101110101110000111111001111111001100011011111001111111000010010101100 | 975c3f3f98df3f84ac |
EUC-JP | 予??倚?┏ | 110011011011110100111111001111111101000011100001001111111010100010101110 | cdbd3f3fd0e13fa8ae |
UTF-8 | 予쀫쉠倚뉑┏ | 111001001011101010001000111011001000000010101011111011001000100110100000111001011000000010011010111010111000100110010001111000101001010010001111 | e4ba88ec80abec89a0e5809aeb8991e2948f |
UHC | 予쀫쉠倚뉑┏ | 111001011111100010010111111010111011110110101010111010111110111110000111111001101010011010101110 | e5f897ebbdaaebef87e6a6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)