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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豺ォ繧伎 | 11100110101101111010101111100011100000101000101011101010 | e6b7abe3828aea |
EUC-JP | 豺ォ繧伎 | 1110110010111001100011101010101111100101111000101011010011101100 | ecb98eabe5e2b4ec |
UTF-8 | 豺ォ繧伎 | 111010001011000110111010111011111011110110101011111001111011100110100111111001001011110010001110 | e8b1baefbdabe7b9a7e4bc8e |
UHC | 豺??伎 | 111000111100111100111111001111111101000011101011 | e3cf3f3fd0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)