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 | ??|??|B | 00111111001111110111110000111111001111110111110001000010 | 3f3f7c3f3f7c42 |
SJIS-WIN | 潁烋|潁烋|B | 1001111111110001111000000111110101111100100111111111000111100000011111010111110001000010 | 9ff1e07d7c9ff1e07d7c42 |
EUC-JP | 潁烋|潁烋|B | 1101111011110011110111111101111001111100110111101111001111011111110111100111110001000010 | def3dfde7cdef3dfde7c42 |
UTF-8 | 潁烋|潁烋|B | 111001101011110110000001111001111000001110001011011111001110011010111101100000011110011110000011100010110111110001000010 | e6bd81e7838b7ce6bd81e7838b7c42 |
UHC | 潁烋|潁烋|B | 1110011110111000111111011100111001111100111001111011100011111101110011100111110001000010 | e7b8fdce7ce7b8fdce7c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)