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 | 将蕾宵蝪 | 1000111110101011111001010101000110001111101010101110010110100001 | 8fabe5518faae5a1 |
EUC-JP | 将蕾宵蝪 | 1011111010101101111010011011001010111110101011001110101010100011 | beade9b2beaceaa3 |
UTF-8 | 将蕾宵蝪 | 111001011011000010000110111010001001010110111110111001011010111010110101111010001001110110101010 | e5b086e895bee5aeb5e89daa |
UHC | ??宵? | 0011111100111111111000011011001000111111 | 3f3fe1b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)