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 | ?臣ゴ?悳 | 0011111110010000011000101000001101010011001111111001110001111011 | 3f906283533f9c7b |
EUC-JP | ?臣ゴ?悳 | 0011111110111111110000111010010110110100001111111101011111011100 | 3fbfc3a5b43fd7dc |
UTF-8 | 룶臣ゴ룵悳 | 111010111010001110110110111010001000011110100011111000111000001010110100111010111010001110110101111001101000001010110011 | eba3b6e887a3e382b4eba3b5e682b3 |
UHC | 룶臣ゴ룵悳 | 10001111101010111110001111101101101010111011010010001111101010101101001111101101 | 8fabe3edabb48faad3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)