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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 哀???^ | 100010001010001100111111001111110011111101011110 | 88a33f3f3f5e |
EUC-JP | 哀???^ | 101100001010010100111111001111110011111101011110 | b0a53f3f3f5e |
UTF-8 | 哀넘됱죦^ | 11100101100100111000000011101011100001001001100011101011100100001011000111101100101000111010011001011110 | e59380eb8498eb90b1eca3a65e |
UHC | 哀넘됱죦^ | 111001001110111010110011110100011000100111101100101000011000000101011110 | e4eeb3d189eca1815e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)