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 | 陰?漬 | 1000100101000001001111111001001011010000 | 89413f92d0 |
EUC-JP | 陰?漬 | 1011000110100010001111111100010011010010 | b1a23fc4d2 |
UTF-8 | 陰렰漬 | 111010011001100110110000111010111010000010110000111001101011110010101100 | e999b0eba0b0e6bcac |
UHC | 陰렰漬 | 111010111110010010001110101111011111001010110000 | ebe48ebdf2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)