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 | 壬?幕 | 1001000001110000001111111001011010001011 | 90703f968b |
EUC-JP | 壬?幕 | 1011111111010001001111111100101111101011 | bfd13fcbeb |
UTF-8 | 壬언幕 | 111001011010001110101100111011001001011010111000111001011011100110010101 | e5a3acec96b8e5b995 |
UHC | 壬언幕 | 111011001111001110111110111100001101100010101101 | ecf3bef0d8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)