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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 翫?徐佚? | 1000101011100011001111111000111110011001100110001100001100111111 | 8ae33f8f9998c33f |
EUC-JP | 翫?徐佚? | 1011010011100101001111111011110111111001110100001100010100111111 | b4e53fbdf9d0c53f |
UTF-8 | 翫렯徐佚렯 | 111001111011111110101011111010111010000010101111111001011011111010010000111001001011110110011010111010111010000010101111 | e7bfabeba0afe5be90e4bd9aeba0af |
UHC | 翫렯徐佚렯 | 11101000110100011000111010111100110111111110111111101100111010101000111010111100 | e8d18ebcdfefecea8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)