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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鼎??箏? | 10010011010000110011111100111111111000101011010100111111 | 93433f3fe2b53f |
EUC-JP | 鼎??箏? | 11000101101001000011111100111111111001001011011100111111 | c5a43f3fe4b73f |
UTF-8 | 鼎븍질箏렖 | 111010011011110010001110111010111011100010001101111011001010011110001000111001111010111010001111111010111010000010010110 | e9bc8eebb88deca788e7ae8feba096 |
UHC | 鼎븍질箏렖 | 11110000101000111011101011101011110000011111101011101110101101001000111010101011 | f0a3baebc1faeeb48eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)