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 | 穩ャ?? | 111000100111001010000011100000110011111100111111 | e27283833f3f |
EUC-JP | 穩ャ?堉 | 1110001111010011101001011110001100111111100011111011011111111101 | e3d3a5e33f8fb7fd |
UTF-8 | 穩ャ꺃堉 | 111001111010100110101001111000111000001110100011111010101011101010000011111001011010000010001001 | e7a9a9e383a3eaba83e5a089 |
UHC | 穩ャ꺃堉 | 1110100010110001101010111110001110000011101011001110101110111100 | e8b1abe383acebbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)