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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 将蕷将ョ将ミB | 1000111110101011111001010101000010001111101010111010111010001111101010111101000001000010 | 8fabe5508fabae8fabd042 |
EUC-JP | 将蕷将ョ将ミB | 10111110101011011110100110110001101111101010110110001110101011101011111010101101100011101101000001000010 | beade9b1bead8eaebead8ed042 |
UTF-8 | 将蕷将ョ将ミB | 11100101101100001000011011101000100101011011011111100101101100001000011011101111101111011010111011100101101100001000011011101111101111101001000001000010 | e5b086e895b7e5b086efbdaee5b086efbe9042 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)