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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鈔侫鈔侫^ | 111001111110001010011011010001001110011111100010100110110100010001011110 | e7e29b44e7e29b445e |
EUC-JP | 鈔侫鈔侫^ | 111011101110010011010101101001011110111011100100110101011010010101011110 | eee4d5a5eee4d5a55e |
UTF-8 | 鈔侫鈔侫^ | 11101001100010001001010011100100101111101010101111101001100010001001010011100100101111101010101101011110 | e98894e4beabe98894e4beab5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)