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 | ?潼絨 | 0011111111100000010011011110001101001111 | 3fe04de34f |
EUC-JP | ?潼絨 | 0011111111011111101011101110010110110000 | 3fdfaee5b0 |
UTF-8 | 뤯潼絨 | 111010111010010010101111111001101011110110111100111001111011010110101000 | eba4afe6bdbce7b5a8 |
UHC | 뤯潼絨 | 100011111101110111010100110110001110101111010110 | 8fddd4d8ebd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)