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 | 覯%僭目 | 1110011001010001100000011001001110011001010001111001011011011010 | e6518193994796da |
EUC-JP | 覯%僭目 | 1110101110110010101000011111001111010001101010001100110011011100 | ebb2a1f3d1a8ccdc |
UTF-8 | 覯%僭目 | 111010001010011010101111111011111011110010000101111001011000001110101101111001111001101110101110 | e8a6afefbc85e583ade79bae |
UHC | ?%僭目 | 00111111101000111010010111110011110100001101100111001101 | 3fa3a5f3d0d9cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)