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 | 褻ソ蜚ク | 111001011111011010111111111001011001010010111000 | e5f6bfe594b8 |
EUC-JP | 褻ソ蜚ク | 1110101011111000100011101011111111101001111101001000111010111000 | eaf88ebfe9f48eb8 |
UTF-8 | 褻ソ蜚ク | 111010001010010010111011111011111011110110111111111010001001110010011010111011111011110110111000 | e8a4bbefbdbfe89c9aefbdb8 |
UHC | 褻?蜚? | 111000001110000100111111110111101010010000111111 | e0e13fdea43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)