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 | 獗玳獗玳^ | 111000001101001111100000110111001110000011010011111000001101110001011110 | e0d3e0dce0d3e0dc5e |
EUC-JP | 獗玳獗玳^ | 111000001101010111100000110111101110000011010101111000001101111001011110 | e0d5e0dee0d5e0de5e |
UTF-8 | 獗玳獗玳^ | 11100111100011011001011111100111100011101011001111100111100011011001011111100111100011101011001101011110 | e78d97e78eb3e78d97e78eb35e |
UHC | 獗玳獗玳^ | 110011111111000111010011111001011100111111110001110100111110010101011110 | cff1d3e5cff1d3e55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)