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 | 瑤??暎?瑤 | 111010101010001000111111001111111001110111110011001111111110101010100010 | eaa23f3f9df33feaa2 |
EUC-JP | 瑤??暎?瑤 | 111101001010010000111111001111111101101011110101001111111111010010100100 | f4a43f3fdaf53ff4a4 |
UTF-8 | 瑤쒏뀞暎웘瑤 | 111001111001000110100100111011001001001010001111111010111000000010011110111001101001101010001110111011001001101110011000111001111001000110100100 | e791a4ec928feb809ee69a8eec9b98e791a4 |
UHC | 瑤쒏뀞暎웘瑤 | 111010001111110110011100111001101000010110010101111001111011001010011111011010001110100011111101 | e8fd9ce68595e7b29f68e8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)