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 | 100100100100101110010010010010101001001001001011100100100100101001000010 | 924b924a924b924a42 |
EUC-JP | 狸谷狸谷B | 110000111010110011000011101010111100001110101100110000111010101101000010 | c3acc3abc3acc3ab42 |
UTF-8 | 狸谷狸谷B | 11100111100010111011100011101000101100001011011111100111100010111011100011101000101100001011011101000010 | e78bb8e8b0b7e78bb8e8b0b742 |
UHC | 狸谷狸谷B | 110101111110000111001101110110111101011111100001110011011101101101000010 | d7e1cddbd7e1cddb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)