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 | ??g? | 00111111001111110110011100111111 | 3f3f673f |
SJIS-WIN | 霎ソg菴 | 111010001011111010111111011001111110010010111101 | e8bebf67e4bd |
EUC-JP | 霎ソg菴 | 11110000110000001000111010111111011001111110100010111111 | f0c08ebf67e8bf |
UTF-8 | 霎ソg菴 | 11101001100111001000111011101111101111011011111101100111111010001000111110110100 | e99c8eefbdbf67e88fb4 |
UHC | ??g菴 | 0011111100111111011001111110010011100000 | 3f3f67e4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)