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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 底梨底悧^ | 100100101110101010010111100111001001001011101010100111001010010001011110 | 92ea979c92ea9ca45e |
EUC-JP | 底梨底悧^ | 110001001110110011001101111111001100010011101100110110001010011001011110 | c4eccdfcc4ecd8a65e |
UTF-8 | 底梨底悧^ | 11100101101110101001010111100110101000101010100011100101101110101001010111100110100000101010011101011110 | e5ba95e6a2a8e5ba95e682a75e |
UHC | 底梨底悧^ | 111011101011110011010111110111101110111010111100110101111101110001011110 | eebcd7deeebcd7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)