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 | 汜。ヘ | 111110101111011010100001111100011100110011001101 | faf6a1f1cccd |
EUC-JP | 汜。?ヘ | 1000111111000110111000001000111010100001001111111000111011001101 | 8fc6e08ea13f8ecd |
UTF-8 | 汜。ヘ | 111001101011000110011100111011111011110110100001111011101000010110000111111011111011111010001101 | e6b19cefbda1ee8587efbe8d |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)