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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 咫鶺咫鶺B | 100110100100000011101010010101001001101001000000111010100101010001000010 | 9a40ea549a40ea5442 |
EUC-JP | 咫鶺咫鶺B | 110100111010000111110011101101011101001110100001111100111011010101000010 | d3a1f3b5d3a1f3b542 |
UTF-8 | 咫鶺咫鶺B | 11100101100100101010101111101001101101101011101011100101100100101010101111101001101101101011101001000010 | e592abe9b6bae592abe9b6ba42 |
UHC | 咫?咫?B | 11110010101000010011111111110010101000010011111101000010 | f2a13ff2a13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)