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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 底}底{^ | 10010010111010100111110110010010111010100111101101011110 | 92ea7d92ea7b5e |
EUC-JP | 底}底{^ | 11000100111011000111110111000100111011000111101101011110 | c4ec7dc4ec7b5e |
UTF-8 | 底}底{^ | 111001011011101010010101011111011110010110111010100101010111101101011110 | e5ba957de5ba957b5e |
UHC | 底}底{^ | 11101110101111000111110111101110101111000111101101011110 | eebc7deebc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)