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巍?? | 100110111101100100111111001111110110100010011011110110010011111100111111 | 9bd93f3f689bd93f3f |
EUC-JP | 巍??h巍?? | 110101101101101100111111001111110110100011010110110110110011111100111111 | d6db3f3f68d6db3f3f |
UTF-8 | 巍띯댘h巍띯댘 | 11100101101101111000110111101011100111011010111111101011100011001001100001101000111001011011011110001101111010111001110110101111111010111000110010011000 | e5b78deb9dafeb8c9868e5b78deb9dafeb8c98 |
UHC | 巍띯댘h巍띯댘 | 11101000111001001000110111100010100010001011110001101000111010001110010010001101111000101000100010111100 | e8e48de288bc68e8e48de288bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)