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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跂罹棧蒻 | 1110011011100011100111001110101110011110101000001110010011101000 | e6e39ceb9ea0e4e8 |
EUC-JP | 跂罹棧蒻 | 1110110011100101110110001110110111011100101000101110100011101010 | ece5d8eddca2e8ea |
UTF-8 | 跂罹棧蒻 | 111010001011011110000010111001111011110110111001111001101010001110100111111010001001001010111011 | e8b782e7bdb9e6a3a7e892bb |
UHC | ?罹棧蒻 | 00111111110101111110011111101101110100001110010110110110 | 3fd7e7edd0e5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)