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??k | 001111110011111101101000001111110011111101101011 | 3f3f683f3f6b |
SJIS-WIN | 恁?h恁?k | 1001110010001100001111110110100010011100100011000011111101101011 | 9c8c3f689c8c3f6b |
EUC-JP | 恁?h恁?k | 1101011111101100001111110110100011010111111011000011111101101011 | d7ec3f68d7ec3f6b |
UTF-8 | 恁찥h恁₄k | 1110011010000001100000011110110010110000101001010110100011100110100000011000000111100010100000101000010001101011 | e68181ecb0a568e68181e282846b |
UHC | 恁찥h恁₄k | 11101100111101101010101001000001011010001110110011110110101010011111111001101011 | ecf6aa4168ecf6a9fe6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)