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形?? | 100011000110000000111111001111110110100010001100011000000011111100111111 | 8c603f3f688c603f3f |
EUC-JP | 形??h形?? | 101101111100000100111111001111110110100010110111110000010011111100111111 | b7c13f3f68b7c13f3f |
UTF-8 | 形⑶눈h形⑶눈 | 11100101101111011010001011100010100100011011011011101011100010001000100001101000111001011011110110100010111000101001000110110110111010111000100010001000 | e5bda2e291b6eb888868e5bda2e291b6eb8888 |
UHC | 形⑶눈h形⑶눈 | 11111011101000011010100111101001101101001010101101101000111110111010000110101001111010011011010010101011 | fba1a9e9b4ab68fba1a9e9b4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)