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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 應??濡? | 10011100111001000011111100111111100101000100011100111111 | 9ce43f3f94473f |
EUC-JP | 應??濡? | 11011000111001100011111100111111110001111010100000111111 | d8e63f3fc7a83f |
UTF-8 | 應밸줇濡낦 | 111001101000011110001001111010111011000010111000111011001010010010000111111001101011111110100001111010111000001010100110 | e68789ebb0b8eca487e6bfa1eb82a6 |
UHC | 應밸줇濡낦 | 11101011111010111011100111101011101000011001101111101011101000011000011001000010 | ebebb9eba19beba18642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)