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 | 睨諳籌 | 111000011100100111100110011111011110001011010100 | e1c9e67de2d4 |
EUC-JP | 睨諳籌 | 111000101100101111101011110111101110010011010110 | e2cbebdee4d6 |
UTF-8 | 睨諳籌 | 111001111001110110101000111010001010101110110011111001111011000110001100 | e79da8e8abb3e7b18c |
UHC | ??籌 | 00111111001111111111000111000011 | 3f3ff1c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)