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 | ⅲ嫉霑識 | 1111101001000010100011101011100111101000101111111000111010101111 | fa428eb9e8bf8eaf |
EUC-JP | ?嫉霑識 | 00111111101111001011101111110000110000011011110010110001 | 3fbcbbf0c1bcb1 |
UTF-8 | ⅲ嫉霑識 | 111000101000010110110010111001011010101110001001111010011001110010010001111010001010110110011000 | e285b2e5ab89e99c91e8ad98 |
UHC | ⅲ嫉霑識 | 1010010110100011111100101110110011101111110001011110001111011011 | a5a3f2ecefc5e3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)