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 | 鳧ツ鰉粱 | 11101001111010001100001011101001110100011110001011101011 | e9e8c2e9d1e2eb |
EUC-JP | 鳧ツ鰉粱 | 1111001011101010100011101100001011110010110100111110010011101101 | f2ea8ec2f2d3e4ed |
UTF-8 | 鳧ツ鰉粱 | 111010011011001110100111111011111011111010000010111010011011000010001001111001111011001010110001 | e9b3a7efbe82e9b089e7b2b1 |
UHC | 鳧??粱 | 110111011100000000111111001111111101010111011100 | ddc03f3fd5dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)