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 | ?鰻岬 | 0011111110001001010101101001011010100110 | 3f895696a6 |
EUC-JP | ?鰻岬 | 0011111110110001101101111100110010101000 | 3fb1b7cca8 |
UTF-8 | 렺鰻岬 | 111010111010000010111010111010011011000010111011111001011011001010101100 | eba0bae9b0bbe5b2ac |
UHC | 렺鰻岬 | 100011101100001011011000110001001100101110100010 | 8ec2d8c4cba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)