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 | 莨願楜 | 111001001011110010001010111010001001111010110011 | e4bc8ae89eb3 |
EUC-JP | 莨願楜 | 111010001011111010110100111010101101110010110101 | e8beb4eadcb5 |
UTF-8 | 莨願楜 | 111010001000111010101000111010011010000110011000111001101010010110011100 | e88ea8e9a198e6a59c |
UHC | ?願? | 00111111111010101100001100111111 | 3feac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)