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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 瞞c^ | 1111001011100011111101111010101011100001110101000110001101011110 | f2e3f7aae1d4635e |
EUC-JP | ??瞞c^ | 001111110011111111100010110101100110001101011110 | 3f3fe2d6635e |
UTF-8 | 瞞c^ | 1110111010001000100110101110111010010110100011011110011110011110100111100110001101011110 | ee889aee968de79e9e635e |
UHC | ??瞞c^ | 001111110011111111011000101111100110001101011110 | 3f3fd8be635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)