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 | ?鰻?綺 | 001111111000100101010110001111111110001101011001 | 3f89563fe359 |
EUC-JP | ?鰻?綺 | 001111111011000110110111001111111110010110111010 | 3fb1b73fe5ba |
UTF-8 | 렺鰻후綺 | 111010111010000010111010111010011011000010111011111011011001101110000100111001111011011010111010 | eba0bae9b0bbed9b84e7b6ba |
UHC | 렺鰻후綺 | 1000111011000010110110001100010011001000110001001101000110111011 | 8ec2d8c4c8c4d1bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)