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 | 鴫灼爾 | 100011101011000010001110110111001000111010100010 | 8eb08edc8ea2 |
EUC-JP | 鴫灼爾 | 101111001011001010111100110111101011110010100100 | bcb2bcdebca4 |
UTF-8 | 鴫灼爾 | 111010011011010010101011111001111000000110111100111001111000100010111110 | e9b4abe781bce788be |
UHC | ?灼爾 | 0011111111101101110001111110110010110011 | 3fedc7ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)