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 | 邪糅顏鴫籵籀 | 100011101101011111100010111100001110100011111000100011101011000011100010111000001110001011011000 | 8ed7e2f0e8f88eb0e2e0e2d8 |
EUC-JP | 邪糅顏鴫籵籀 | 101111001101100111100100111100101111000011111010101111001011001011100100111000101110010011011010 | bcd9e4f2f0fabcb2e4e2e4da |
UTF-8 | 邪糅顏鴫籵籀 | 111010011000001010101010111001111011001110000101111010011010000110001111111010011011010010101011111001111011000110110101111001111011000110000000 | e982aae7b385e9a18fe9b4abe7b1b5e7b180 |
UHC | 邪????? | 11011110111101110011111100111111001111110011111100111111 | def73f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)