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 | 遽晁事 | 111001111010111110011101111010001000111010010110 | e7af9de88e96 |
EUC-JP | 遽晁事 | 111011101011000111011010111010101011101111110110 | eeb1daeabbf6 |
UTF-8 | 遽晁事 | 111010011000000110111101111001101001100110000001111001001011101010001011 | e981bde69981e4ba8b |
UHC | 遽晁事 | 110010111110100011110000110001011101111011000000 | cbe8f0c5dec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)