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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔭??菴 | 100010001111110000111111001111111110010010111101 | 88fc3f3fe4bd |
EUC-JP | 蔭??菴 | 101100001111111000111111001111111110100010111111 | b0fe3f3fe8bf |
UTF-8 | 蔭€맂菴 | 111010001001010010101101111000101000001010101100111010111010011110000010111010001000111110110100 | e894ade282aceba782e88fb4 |
UHC | 蔭€맂菴 | 1110101111100011101000101110011010010000100111001110010011100000 | ebe3a2e6909ce4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)