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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 萓啄★ | 111001001011111010010001111011011000000110011010 | e4be91ed819a |
EUC-JP | 萓啄★ | 111010001100000011000010111011111010000111111010 | e8c0c2efa1fa |
UTF-8 | 萓啄★ | 111010001001000010010011111001011001010110000100111000101001100010000101 | e89093e59584e29885 |
UHC | ?啄★ | 0011111111110110111100101010000111011010 | 3ff6f2a1da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)