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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?鴉???^ | 00111111111010011110101100111111001111110011111101011110 | 3fe9eb3f3f3f5e |
EUC-JP | ?鴉???^ | 00111111111100101110110100111111001111110011111101011110 | 3ff2ed3f3f3f5e |
UTF-8 | 뤌鴉퉷쇌섰^ | 11101011101001001000110011101001101101001000100111101101100010011011011111101100100001111000110011101100100001001011000001011110 | eba48ce9b489ed89b7ec878cec84b05e |
UHC | 뤌鴉퉷쇌섰^ | 1000111110111100111001001011110010111001100011111011110011100100101111001011100101011110 | 8fbce4bcb98fbce4bcb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)