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 | 爻ネタ召 | 111000001010100111001000110000001000111110100010 | e0a9c8c08fa2 |
EUC-JP | 爻ネタ召 | 1110000010101011100011101100100010001110110000001011111010100100 | e0ab8ec88ec0bea4 |
UTF-8 | 爻ネタ召 | 111001111000100010111011111011111011111010001000111011111011111010000000111001011000111110101100 | e788bbefbe88efbe80e58fac |
UHC | 爻??召 | 111111011010000100111111001111111110000110101111 | fda13f3fe1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)