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 | å²å½ | 111001011000010010110010111001011011110110010110 | e584b2e5bd96 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | å??å?? | 10001111101010111010100100111111001111111000111110101011101010010011111100111111 | 8faba93f3f8faba93f3f |
UTF-8 | å²å½ | 110000111010010111000010100001001100001010110010110000111010010111000010101111011100001010010110 | c3a5c284c2b2c3a5c2bdc296 |
UHC | ??²?½? | 0011111100111111101010011111011100111111101010001111011000111111 | 3f3fa9f73fa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)