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 | 鬻゙顳 | 11110110110101001110001011110110110111101110100101000010 | f6d4e2f6dee942 |
EUC-JP | ?鬻゙顳 | 00111111111001001111100010001110110111101111000110100011 | 3fe4f88edef1a3 |
UTF-8 | 鬻゙顳 | 111011101001001110111011111010011010110010111011111011111011111010011110111010011010000110110011 | ee93bbe9acbbefbe9ee9a1b3 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)