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 | 怐唸鞦眩 | 1001110010000001100110100101100011101000111000011110000110111111 | 9c819a58e8e1e1bf |
EUC-JP | 怐唸鞦眩 | 1101011111100001110100111011100111110000111000111110001011000001 | d7e1d3b9f0e3e2c1 |
UTF-8 | 怐唸鞦眩 | 111001101000000010010000111001011001010010111000111010011001111010100110111001111001110010101001 | e68090e594b8e99ea6e79ca9 |
UHC | ???眩 | 0011111100111111001111111111101011011111 | 3f3f3ffadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)