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 | ´â½ì | 10110100111000101011110111101100 | b4e2bdec |
SJIS-WIN | ´??? | 1000000101001100001111110011111100111111 | 814c3f3f3f |
EUC-JP | ´â?ì | 101000011010110110001111101010111010010000111111100011111010101111000000 | a1ad8faba43f8fabc0 |
UTF-8 | ´â½ì | 1100001010110100110000111010001011000010101111011100001110101100 | c2b4c3a2c2bdc3ac |
UHC | ´?½? | 101000101010010100111111101010001111011000111111 | a2a53fa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)