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 | 猝?袁? | 111000001100101000111111111001011100110100111111 | e0ca3fe5cd3f |
EUC-JP | 猝?袁? | 111000001100110000111111111010101100111100111111 | e0cc3feacf3f |
UTF-8 | 猝롁袁렖 | 111001111000110010011101111010111010000110000001111010001010001010000001111010111010000010010110 | e78c9deba181e8a281eba096 |
UHC | 猝롁袁렖 | 1111000011110001100011101100100011101010101111101000111010101011 | f0f18ec8eabe8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)