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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遲ャ繧僅 | 11100111101011011010110011100011100000101000101111001101 | e7adace3828bcd |
EUC-JP | 遲ャ繧僅 | 1110111010101111100011101010110011100101111000101011011011001111 | eeaf8eace5e2b6cf |
UTF-8 | 遲ャ繧僅 | 111010011000000110110010111011111011110110101100111001111011100110100111111001011000001110000101 | e981b2efbdace7b9a7e58385 |
UHC | 遲??僅 | 111100101100000000111111001111111101000011000001 | f2c03f3fd0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)