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 | 覩磯沙 | 111001100100111010001000111010011000110110111001 | e64e88e98db9 |
EUC-JP | 覩磯沙 | 111010111010111110110000111010111011101010111011 | ebafb0ebbabb |
UTF-8 | 覩磯沙 | 111010001010011010101001111001111010001110101111111001101011001010011001 | e8a6a9e7a3afe6b299 |
UHC | 覩磯沙 | 110101001010110111010001101101001101111011011110 | d4add1b4dede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)