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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 瑤??瓦??B | 111010101010001000111111001111111000101010100010001111110011111101000010 | eaa23f3f8aa23f3f42 |
EUC-JP | 瑤??瓦??B | 111101001010010000111111001111111011010010100100001111110011111101000010 | f4a43f3fb4a43f3f42 |
UTF-8 | 瑤쒙슴瓦븝슬B | 11100111100100011010010011101100100100101001100111101100100010101011010011100111100100111010011011101011101110001001110111101100100010101010110001000010 | e791a4ec9299ec8ab4e793a6ebb89dec8aac42 |
UHC | 瑤쒙슴瓦븝슬B | 11101000111111011001110011101111101111011011111111101000101111111011101011101111101111011011110101000010 | e8fd9cefbdbfe8bfbaefbdbd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)