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 | 闕シ蝎ィ螳鈴 | 11101000100011011011110011100101100110011010100011100101101011101001011111101001 | e88dbce599a8e5ae97e9 |
EUC-JP | 闕シ蝎ィ螳鈴 | 111011111110110110001110101111001110100111111001100011101010100011101010101100001100111011101011 | efed8ebce9f98ea8eab0ceeb |
UTF-8 | 闕シ蝎ィ螳鈴 | 111010011001011110010101111011111011110110111100111010001001110110001110111011111011110110101000111010001001111010110011111010011000100010110100 | e99795efbdbce89d8eefbda8e89eb3e988b4 |
UHC | 闕?蝎?螳鈴 | 11001111111101000011111111001010111010010011111111010011110110011101011011000010 | cff43fcae93fd3d9d6c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)