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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 臟??阜 | 111001000110011000111111001111111001010110001100 | e4663f3f958c |
EUC-JP | 臟??阜 | 111001111100011100111111001111111100100111101100 | e7c73f3fc9ec |
UTF-8 | 臟펠렫阜 | 111010001000011110011111111011011000111010100000111010111010000010101011111010011001100010011100 | e8879fed8ea0eba0abe9989c |
UHC | 臟펠렫阜 | 1110110111110100110001101110011110001110101110011101110110111101 | edf4c6e78eb9ddbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)