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 | 蓁ウ貉帷菫 | 1110010011101011101100111110011010111001100110111110011111110010101101011110010010111111 | e4ebb3e6b99be7f2b5e4bf |
EUC-JP | 蓁ウ貉帷?菫 | 1110100011101101100011101011001111101100101110111101011011101001001111111110100011000001 | e8ed8eb3ecbbd6e93fe8c1 |
UTF-8 | 蓁ウ貉帷菫 | 111010001001001110000001111011111011110110110011111010001011001010001001111001011011100010110111111011101000011110101100111010001000111110101011 | e89381efbdb3e8b289e5b8b7ee87ace88fab |
UHC | ?????菫 | 00111111001111110011111100111111001111111101000011001011 | 3f3f3f3f3fd0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)