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搖?? | 100111011000101000111111001111110110100010011101100010100011111100111111 | 9d8a3f3f689d8a3f3f |
EUC-JP | 搖??h搖?? | 110110011110101000111111001111110110100011011001111010100011111100111111 | d9ea3f3f68d9ea3f3f |
UTF-8 | 搖삼쉐h搖삼쉐 | 11100110100100001001011011101100100000101011110011101100100010011001000001101000111001101001000010010110111011001000001010111100111011001000100110010000 | e69096ec82bcec899068e69096ec82bcec8990 |
UHC | 搖삼쉐h搖삼쉐 | 11101000111101001011101111101111101111011010011001101000111010001111010010111011111011111011110110100110 | e8f4bbefbda668e8f4bbefbda6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)