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 | 存損其 | 100100011011011010010001101110011001000110110100 | 91b691b991b4 |
EUC-JP | 存損其 | 110000101011100011000010101110111100001010110110 | c2b8c2bbc2b6 |
UTF-8 | 存損其 | 111001011010110110011000111001101001000010001101111001011000010110110110 | e5ad98e6908de585b6 |
UHC | 存損其 | 111100001110110111100001110111111101000011101100 | f0ede1dfd0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)