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 | ?冀ぎ∫ | 00111111100110010110001010000010101011001000000111100111 | 3f996282ac81e7 |
EUC-JP | ?冀ぎ∫ | 00111111110100011100001110100100101011101010001011101001 | 3fd1c3a4aea2e9 |
UTF-8 | 룵冀ぎ∫ | 111010111010001110110101111001011000011010000000111000111000000110001110111000101000100010101011 | eba3b5e58680e3818ee288ab |
UHC | 룵冀ぎ∫ | 1000111110101010110100001110110110101010101011101010000111110010 | 8faad0edaaaea1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)