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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?剡?剡^ | 001111111000111110110011110001110011111110001111101100111100011101011110 | 3f8fb3c73f8fb3c75e |
UTF-8 | 덾剡덾剡^ | 11101011100011011011111011100101100010011010000111101011100011011011111011100101100010011010000101011110 | eb8dbee589a1eb8dbee589a15e |
UHC | 덾剡덾剡^ | 100010010101000111100000111001101000100101010001111000001110011001011110 | 8951e0e68951e0e65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)