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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 猩症ヌ | 1110000011001101100011111100011111000111 | e0cd8fc7c7 |
EUC-JP | 猩症ヌ | 111000001100111110111110110010011000111011000111 | e0cfbec98ec7 |
UTF-8 | 猩症ヌ | 111001111000110010101001111001111001011110000111111011111011111010000111 | e78ca9e79787efbe87 |
UHC | 猩症? | 1110000011111010111100011111100000111111 | e0faf1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)