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 | 底??曜 | 100100101110101000111111001111111001011101101010 | 92ea3f3f976a |
EUC-JP | 底??曜 | 110001001110110000111111001111111100110111001011 | c4ec3f3fcdcb |
UTF-8 | 底울슝曜 | 111001011011101010010101111011001001101010111000111011001000101010011101111001101001101110011100 | e5ba95ec9ab8ec8a9de69b9c |
UHC | 底울슝曜 | 1110111010111100101111111110111110111101101110011110100011111000 | eebcbfefbdb9e8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)