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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 頸痔嵭漆\ | 111010001111001010001110101001001111101010110011100011101011110101011100 | e8f28ea4fab38ebd5c |
EUC-JP | 頸痔嵭漆\ | 11110000111101001011110010100110100011111011101111011110101111001011111101011100 | f0f4bca68fbbdebcbf5c |
UTF-8 | 頸痔嵭漆\ | 11101001101000001011100011100111100101111001010011100101101101011010110111100110101111001000011001011100 | e9a0b8e79794e5b5ade6bc865c |
UHC | 頸痔?漆\ | 1100110011110010111101101100000000111111111101101101010001011100 | ccf2f6c03ff6d45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)