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 | 菽ネ | 1111001111101110111001001100000111001000 | f3eee4c1c8 |
EUC-JP | ?菽ネ | 0011111111101000110000111000111011001000 | 3fe8c38ec8 |
UTF-8 | 菽ネ | 111011101000101110100001111010001000111110111101111011111011111010001000 | ee8ba1e88fbdefbe88 |
UHC | ?菽? | 00111111111000101101110100111111 | 3fe2dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)