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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瓮??業? | 11100001010001000011111100111111100010111100011000111111 | e1443f3f8bc63f |
EUC-JP | 瓮??業? | 11100001101001010011111100111111101101101100100000111111 | e1a53f3fb6c83f |
UTF-8 | 瓮귝뇘業롩 | 111001111001001110101110111010101011011110011101111010111000011110011000111001101010010110101101111010111010000110101001 | e793aeeab79deb8798e6a5adeba1a9 |
UHC | 瓮귝뇘業롩 | 11101000101101111000001011100110100001111000001111100101111101101000111011101001 | e8b782e68783e5f68ee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)