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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 中屯??醫? | 100100101000011010010011110101000011111100111111111001111100111000111111 | 928693d43f3fe7ce3f |
EUC-JP | 中屯??醫? | 110000111110011011000110110101100011111100111111111011101101000000111111 | c3e6c6d63f3feed03f |
UTF-8 | 中屯렋렖醫렫 | 111001001011100010101101111001011011000110101111111010111010000010001011111010111010000010010110111010011000011010101011111010111010000010101011 | e4b8ade5b1afeba08beba096e986abeba0ab |
UHC | 中屯렋렖醫렫 | 111100011110100111010100111010101000111010100010100011101010101111101100101000101000111010111001 | f1e9d4ea8ea28eabeca28eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)