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 | 翦脣゙ | 11110101111001111110001111000110111000111111101011011110 | f5e7e3c6e3fade |
EUC-JP | ?翦脣゙ | 00111111111001101100100011100110111111001000111011011110 | 3fe6c8e6fc8ede |
UTF-8 | 翦脣゙ | 111011101001000110010010111001111011111110100110111010001000010010100011111011111011111010011110 | ee9192e7bfa6e884a3efbe9e |
UHC | ??脣? | 0011111100111111111000101110111000111111 | 3f3fe2ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)