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 | 翫?? | 10001010111000110011111100111111 | 8ae33f3f |
EUC-JP | 翫?? | 10110100111001010011111100111111 | b4e53f3f |
UTF-8 | 翫렯렚 | 111001111011111110101011111010111010000010101111111010111010000010011010 | e7bfabeba0afeba09a |
UHC | 翫렯렚 | 111010001101000110001110101111001000111010101101 | e8d18ebc8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)