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 | 莉f▼鐔 | 1110010010111011100000101000011010000001101001011110100001011100 | e4bb828681a5e85c |
EUC-JP | 莉f▼鐔 | 1110100010111101101000111110011010100010101001111110111110111101 | e8bda3e6a2a7efbd |
UTF-8 | 莉f▼鐔 | 111010001000111010001001111011111011110110000110111000101001011010111100111010011001000010010100 | e88e89efbd86e296bce99094 |
UHC | 莉f▼? | 11010111111010011010001111100110101000011110010100111111 | d7e9a3e6a1e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)