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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 踐れ乙B | 11100110111101101000001011101010100010011011001101000010 | e6f682ea89b342 |
EUC-JP | 踐れ乙B | 11101100111110001010010011101100101100101011010101000010 | ecf8a4ecb2b542 |
UTF-8 | 踐れ乙B | 11101000101110001001000011100011100000101000110011100100101110011001100101000010 | e8b890e3828ce4b99942 |
UHC | 踐れ乙B | 11110100110000101010101011101100111010111110000001000010 | f4c2aaecebe042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)