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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 娃??h娃?? | 100010001010000100111111001111110110100010001000101000010011111100111111 | 88a13f3f6888a13f3f |
EUC-JP | 娃??h娃?? | 101100001010001100111111001111110110100010110000101000110011111100111111 | b0a33f3f68b0a33f3f |
UTF-8 | 娃륅쉰h娃륅쉰 | 11100101101010001000001111101011101001011000010111101100100010011011000001101000111001011010100010000011111010111010010110000101111011001000100110110000 | e5a883eba585ec89b068e5a883eba585ec89b0 |
UHC | 娃륅쉰h娃륅쉰 | 11101000110111111000111111101111101111011010111001101000111010001101111110001111111011111011110110101110 | e8df8fefbdae68e8df8fefbdae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)