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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
UTF-8 | 戮잏뼨h戮잏뼨 | 11101111101001111001001011101100100111101000111111101011101111001010100001101000111011111010011110010010111011001001111010001111111010111011110010101000 | efa792ec9e8febbca868efa792ec9e8febbca8 |
UHC | 戮잏뼨h戮잏뼨 | 11101011101111011001111111100111100101101010101101101000111010111011110110011111111001111001011010101011 | ebbd9fe796ab68ebbd9fe796ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)