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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 岳??椅?? | 1000101001111000001111110011111110001000110101100011111100111111 | 8a783f3f88d63f3f |
EUC-JP | 岳??椅?? | 1011001111011001001111110011111110110000110110000011111100111111 | b3d93f3fb0d83f3f |
UTF-8 | 岳묎퀎椅⑴츐 | 111001011011001010110011111010111010110010001110111011011000000010001110111001101010010010000101111000101001000110110100111011001011100010010000 | e5b2b3ebac8eed808ee6a485e291b4ecb890 |
UHC | 岳묎퀎椅⑴츐 | 111001001011111110010001111010101011001110000100111010111111010110101001111001111010111010001011 | e4bf91eab384ebf5a9e7ae8b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)