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 | èú´ | 1110100011111010100011101011010010001110 | e8fa8eb48e |
SJIS-WIN | ???´? | 001111110011111100111111100000010100110000111111 | 3f3f3f814c3f |
EUC-JP | èú?´? | 10001111101010111011001010001111101010111110001000111111101000011010110100111111 | 8fabb28fabe23fa1ad3f |
UTF-8 | èú´ | 11000011101010001100001110111010110000101000111011000010101101001100001010001110 | c3a8c3bac28ec2b4c28e |
UHC | ???´? | 001111110011111100111111101000101010010100111111 | 3f3f3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)