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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 嵭鮃] | 11111010101100111110100110110111111100101010111101011101 | fab3e9b7f2af5d |
EUC-JP | 嵭鮃?] | 10001111101110111101111011110010101110010011111101011101 | 8fbbdef2b93f5d |
UTF-8 | 嵭鮃] | 11100101101101011010110111101001101011101000001111101110100001111010011001011101 | e5b5ade9ae83ee87a65d |
UHC | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)