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 | ???[BF | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
SJIS-WIN | ??ゅ[BF | 00111111001111111000001011100011010110110100001001000110 | 3f3f82e35b4246 |
EUC-JP | ??ゅ[BF | 00111111001111111010010011100101010110110100001001000110 | 3f3fa4e55b4246 |
UTF-8 | 룶햶ゅ[BF | 111010111010001110110110111011011001011010110110111000111000001010000101010110110100001001000110 | eba3b6ed96b6e382855b4246 |
UHC | 룶햶ゅ[BF | 100011111010101111000001100011111010101011100101010110110100001001000110 | 8fabc18faae55b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)