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 | 少?少 | 1000111110101101001111111000111110101101 | 8fad3f8fad |
EUC-JP | 少?少 | 1011111010101111001111111011111010101111 | beaf3fbeaf |
UTF-8 | 少뽣少 | 111001011011000010010001111010111011110110100011111001011011000010010001 | e5b091ebbda3e5b091 |
UHC | 少뽣少 | 111000011011010010010110110111111110000110110100 | e1b496dfe1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)