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 | 襞九臼 | 111001011111110010001011111000111000100101010000 | e5fc8be38950 |
EUC-JP | 襞九臼 | 111010101111111010110110111001011011000110110001 | eafeb6e5b1b1 |
UTF-8 | 襞九臼 | 111010001010010110011110111001001011100110011101111010001000011110111100 | e8a59ee4b99de887bc |
UHC | ?九臼 | 0011111111001110111110101100111110111111 | 3fcefacfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)