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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 踝ъЁ~ | 11100110111101001000010010001100100001000100011001111110 | e6f4848c84467e |
EUC-JP | 踝ъЁ~ | 11101100111101101010011111101100101001111010011101111110 | ecf6a7eca7a77e |
UTF-8 | 踝ъЁ~ | 1110100010111000100111011101000110001010110100001000000101111110 | e8b89dd18ad0817e |
UHC | ?ъЁ~ | 001111111010110011101100101011001010011101111110 | 3facecaca77e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)