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 | ??諶 | 00111111001111111111101110101010 | 3f3ffbaa |
EUC-JP | ??諶 | 0011111100111111100011111101111010110101 | 3f3f8fdeb5 |
UTF-8 | 롛렦諶 | 111010111010000110011011111010111010000010100110111010001010101110110110 | eba19beba0a6e8abb6 |
UHC | 롛렦諶 | 100011101101111110001110101101011110010010100110 | 8edf8eb5e4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)