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 | 111010101010001000111111001111111001000011011111001111110011111101000010 | eaa23f3f90df3f3f42 |
EUC-JP | 瑤??節??B | 111101001010010000111111001111111100000011100001001111110011111101000010 | f4a43f3fc0e13f3f42 |
UTF-8 | 瑤덁폏節쏙쉑B | 11100111100100011010010011101011100011011000000111101101100011111000111111100111101011111000000011101100100011111001100111101100100010011001000101000010 | e791a4eb8d81ed8f8fe7af80ec8f99ec899142 |
UHC | 瑤덁폏節쏙쉑B | 11101000111111011000100011100100101111001001101011101111101111011011110111101111101111011010011101000010 | e8fd88e4bc9aefbdbdefbda742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)