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 | 章聘ユ | 1000111111001101111000111101100111010101 | 8fcde3d9d5 |
EUC-JP | 章聘ユ | 101111101100111111100110110110111000111011010101 | becfe6db8ed5 |
UTF-8 | 章聘ユ | 111001111010101110100000111010001000000110011000111011111011111010010101 | e7aba0e88198efbe95 |
UHC | 章聘? | 1110110111110001110111101011110100111111 | edf1debd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)