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 | 棚卒息 | 100100100100100110010001101100101001000110100111 | 924991b291a7 |
EUC-JP | 棚卒息 | 110000111010101011000010101101001100001010101001 | c3aac2b4c2a9 |
UTF-8 | 棚卒息 | 111001101010001110011010111001011000110110010010111001101000000110101111 | e6a39ae58d92e681af |
UHC | 棚卒息 | 110111011101110011110000111011111110001111010011 | dddcf0efe3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)