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 | 詔゙炅 | 1000111111011001110111101111101101010001 | 8fd9defb51 |
EUC-JP | 詔゙炅 | 10111110110110111000111011011110100011111100100111001010 | bedb8ede8fc9ca |
UTF-8 | 詔゙炅 | 111010001010100110010100111011111011111010011110111001111000001010000101 | e8a994efbe9ee78285 |
UHC | 詔?炅 | 1111000011011111001111111100110011011101 | f0df3fccdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)