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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 珈咤瞎珈 | 1110000011011011100110100100001011100001110100001110000011011011 | e0db9a42e1d0e0db |
EUC-JP | 珈咤瞎珈 | 1110000011011101110100111010001111100010110100101110000011011101 | e0ddd3a3e2d2e0dd |
UTF-8 | 珈咤瞎珈 | 111001111000111110001000111001011001001010100100111001111001111010001110111001111000111110001000 | e78f88e592a4e79e8ee78f88 |
UHC | ?咤?? | 0011111111110110111000110011111100111111 | 3ff6e33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)