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 | 畯??] | 1111101101101111001111110011111101011101 | fb6f3f3f5d |
EUC-JP | 畯??] | 100011111100110110111011001111110011111101011101 | 8fcdbb3f3f5d |
UTF-8 | 畯쾅썩] | 11100111100101011010111111101100101111101000010111101100100011011010100101011101 | e795afecbe85ec8da95d |
UHC | 畯쾅썩] | 11110001111000011100010011100111101111011110001001011101 | f1e1c4e7bde25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)