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 | 。澁 | 11110100110000101010000111110000111101001110000001000110 | f4c2a1f0f4e046 |
EUC-JP | ?。?澁 | 001111111000111010100001001111111101111110100111 | 3f8ea13fdfa7 |
UTF-8 | 。澁 | 111011101000110110110001111011111011110110100001111011101000001010110011111001101011111010000001 | ee8db1efbda1ee82b3e6be81 |
UHC | ???澁 | 0011111100111111001111111101111110111011 | 3f3f3fdfbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)