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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 錚???幽?B | 111010000100001000111111001111110011111110010111010010000011111101000010 | e8423f3f3f97483f42 |
EUC-JP | 錚???幽?B | 111011111010001100111111001111110011111111001101101010010011111101000010 | efa33f3f3fcda93f42 |
UTF-8 | 錚렡渽렜幽렱B | 11101001100011001001101011101011101000001010000111100110101110001011110111101011101000001001110011100101101110011011110111101011101000001011000101000010 | e98c9aeba0a1e6b8bdeba09ce5b9bdeba0b142 |
UHC | 錚렡渽렜幽렱B | 11101110101101101000111010110010111011101010101010001110101011101110101011101011100011101011111001000010 | eeb68eb2eeaa8eaeeaeb8ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)