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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諛??佚 | 111001101000011100111111001111111001100011000011 | e6873f3f98c3 |
EUC-JP | 諛??佚 | 111010111110011100111111001111111101000011000101 | ebe73f3fd0c5 |
UTF-8 | 諛대뭹佚 | 111010001010101110011011111010111000110010000000111010111010110110111001111001001011110110011010 | e8ab9beb8c80ebadb9e4bd9a |
UHC | 諛대뭹佚 | 1110101110110000101101001110101110010010100010001110110011101010 | ebb0b4eb9288ecea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)