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 | 燼爻猩猊 | 1110000010011110111000001010100111100000110011011110000011000111 | e09ee0a9e0cde0c7 |
EUC-JP | 燼爻猩猊 | 1101111111111110111000001010101111100000110011111110000011001001 | dffee0abe0cfe0c9 |
UTF-8 | 燼爻猩猊 | 111001111000011110111100111001111000100010111011111001111000110010101001111001111000110010001010 | e787bce788bbe78ca9e78c8a |
UHC | 燼爻猩猊 | 1110001111101000111111011010000111100000111110101110011111011001 | e3e8fda1e0fae7d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)