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 | ???焙 | 0011111100111111001111111110000010000100 | 3f3f3fe084 |
EUC-JP | ???焙 | 0011111100111111001111111101111111100100 | 3f3f3fdfe4 |
UTF-8 | 渽렧李焙 | 111001101011100010111101111010111010000010100111111011111010011110100001111001111000010010011001 | e6b8bdeba0a7efa7a1e78499 |
UHC | 渽렧李焙 | 1110111010101010100011101011011011101100101100001101101111001100 | eeaa8eb6ecb0dbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)