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 | 顋主ョ亥爰雋 | 1110100011111001100011101110010110101110100010001110010111100000101001111110100010110010 | e8f98ee5ae88e5e0a7e8b2 |
EUC-JP | 顋主ョ亥爰雋 | 111100001111101110111100111001111000111010101110101100001110011111100000101010011111000010110100 | f0fbbce78eaeb0e7e0a9f0b4 |
UTF-8 | 顋主ョ亥爰雋 | 111010011010000110001011111001001011100010111011111011111011110110101110111001001011101010100101111001111000100010110000111010011001101110001011 | e9a18be4b8bbefbdaee4baa5e788b0e99b8b |
UHC | ?主?亥爰雋 | 00111111111100011010101100111111111110101010010011101010101110101111000111100110 | 3ff1ab3ffaa4eabaf1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)