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 | ウイ獺 | 10110011101100101110000011011010 | b3b2e0da |
EUC-JP | ウイ獺 | 100011101011001110001110101100101110000011011100 | 8eb38eb2e0dc |
UTF-8 | ウイ獺 | 111011111011110110110011111011111011110110110010111001111000110110111010 | efbdb3efbdb2e78dba |
UHC | ??獺 | 00111111001111111101001110110111 | 3f3fd3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)