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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 詔゙捷 | 1000111111011001110111101000111110110111 | 8fd9de8fb7 |
EUC-JP | 詔゙捷 | 101111101101101110001110110111101011111010111001 | bedb8edebeb9 |
UTF-8 | 詔゙捷 | 111010001010100110010100111011111011111010011110111001101000110110110111 | e8a994efbe9ee68db7 |
UHC | 詔?捷 | 1111000011011111001111111111010011011111 | f0df3ff4df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)