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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 釶樒擂釶 | 1110011111011111100111101110011110011101101001011110011111011111 | e7df9ee79da5e7df |
EUC-JP | 釶樒擂釶 | 1110111011100001110111001110100111011010101001111110111011100001 | eee1dce9daa7eee1 |
UTF-8 | 釶樒擂釶 | 111010011000011110110110111001101010100010010010111001101001001110000010111010011000011110110110 | e987b6e6a892e69382e987b6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)