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 | ???瓮f | 00111111001111110011111111100001010001001000001010000110 | 3f3f3fe1448286 |
EUC-JP | 璵??瓮f | 100011111100110011100110001111110011111111100001101001011010001111100110 | 8fcce63f3fe1a5a3e6 |
UTF-8 | 璵붺궎瓮f | 111001111001001010110101111010111011011010111010111010101011011010001110111001111001001110101110111011111011110110000110 | e792b5ebb6baeab68ee793aeefbd86 |
UHC | 璵붺궎瓮f | 11100110101001011001010011100111100000101010010011101000101101111010001111100110 | e6a594e782a4e8b7a3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)