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 | 異??受 | 100010001101100100111111001111111000111011110011 | 88d93f3f8ef3 |
EUC-JP | 異??受 | 101100001101101100111111001111111011110011110101 | b0db3f3fbcf5 |
UTF-8 | 異⒵콆受 | 111001111001010110110000111000101001001010110101111011001011110110000110111001011000111110010111 | e795b0e292b5ecbd86e58f97 |
UHC | 異⒵콆受 | 1110110010110110101010011110011010110001100000101110000111110100 | ecb6a9e6b182e1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)