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 | 習?? | 10001111010010110011111100111111 | 8f4b3f3f |
EUC-JP | 習?? | 10111101101011000011111100111111 | bdac3f3f |
UTF-8 | 習뗮뢈 | 111001111011111110010010111010111001011110101110111010111010001010001000 | e7bf92eb97aeeba288 |
UHC | 習뗮뢈 | 111000111010011110001011111011011000111101000100 | e3a78bed8f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)