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 | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
SJIS-WIN | 閭・髫丈ソョa | 11101000100000111010010111101001100110101000111111100100101111111010111001100001 | e883a5e99a8fe4bfae61 |
EUC-JP | 閭・髫丈ソョa | 11101111111000111000111010100101111100011111101010111110111001101000111010111111100011101010111001100001 | efe38ea5f1fabee68ebf8eae61 |
UTF-8 | 閭・髫丈ソョa | 11101001100101101010110111101111101111011010010111101001101010111010101111100100101110001000100011101111101111011011111111101111101111011010111001100001 | e996adefbda5e9ababe4b888efbdbfefbdae61 |
UHC | 閭??丈??a | 110101011110111100111111001111111110110111011011001111110011111101100001 | d5ef3f3feddb3f3f61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)