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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羨?? | 10010001010000010011111100111111 | 91413f3f |
EUC-JP | 羨?? | 11000001101000100011111100111111 | c1a23f3f |
UTF-8 | 羨렟렾 | 111001111011111010101000111010111010000010011111111010111010000010111110 | e7bea8eba09feba0be |
UHC | 羨렟렾 | 111000001100110010001110101100001000111011000110 | e0cc8eb08ec6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)