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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 譚第拷F | 11100110100111011001000111100110100011011000100101000110 | e69d91e68d8946 |
EUC-JP | 譚第拷F | 11101011111111011100001011101000101110011110100101000110 | ebfdc2e8b9e946 |
UTF-8 | 譚第拷F | 11101000101011011001101011100111101011001010110011100110100010111011011101000110 | e8ad9ae7acace68bb746 |
UHC | 譚第拷F | 11010011110010011111000010101111110011011011100001000110 | d3c9f0afcdb846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)