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 | 臍??祠? | 11100100011000000011111100111111111000100100101100111111 | e4603f3fe24b3f |
EUC-JP | 臍??祠? | 11100111110000010011111100111111111000111010110000111111 | e7c13f3fe3ac3f |
UTF-8 | 臍멸렰祠렫 | 111010001000011110001101111010111010100110111000111010111010000010110000111001111010010110100000111010111010000010101011 | e8878deba9b8eba0b0e7a5a0eba0ab |
UHC | 臍멸렰祠렫 | 11110000101100001011100011101010100011101011110111011110111001101000111010111001 | f0b0b8ea8ebddee68eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)