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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蔭??陰? | 10001000111111000011111100111111100010010100000100111111 | 88fc3f3f89413f |
EUC-JP | 蔭??陰? | 10110000111111100011111100111111101100011010001000111111 | b0fe3f3fb1a23f |
UTF-8 | 蔭덄뼻陰욮 | 111010001001010010101101111010111000110110000100111010111011110010111011111010011001100110110000111011001001101010101110 | e894adeb8d84ebbcbbe999b0ec9aae |
UHC | 蔭덄뼻陰욮 | 11101011111000111000100011100111100101101011111011101011111001001001111101000110 | ebe388e796beebe49f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)