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 | ???P?? | 001111110011111100111111010100000011111100111111 | 3f3f3f503f3f |
SJIS-WIN | 娃??P搖? | 1000100010100001001111110011111101010000100111011000101000111111 | 88a13f3f509d8a3f |
EUC-JP | 娃??P搖? | 1011000010100011001111110011111101010000110110011110101000111111 | b0a33f3f50d9ea3f |
UTF-8 | 娃륅쉭P搖얗 | 11100101101010001000001111101011101001011000010111101100100010011010110101010000111001101001000010010110111011001001011010010111 | e5a883eba585ec89ad50e69096ec9697 |
UHC | 娃륅쉭P搖얗 | 1110100011011111100011111110111110111101101011010101000011101000111101001011111011101001 | e8df8fefbdad50e8f4bee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)