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 | 鸚??秧 | 111010100101111100111111001111111110001001011110 | ea5f3f3fe25e |
EUC-JP | 鸚?˝秧 | 1111001111000000001111111000111110100010101100111110001110111111 | f3c03f8fa2b3e3bf |
UTF-8 | 鸚뺟˝秧 | 1110100110111000100110101110101110111010100111111100101110011101111001111010011110100111 | e9b89aebba9fcb9de7a7a7 |
UHC | 鸚뺟˝秧 | 1110010110100100100101011110011110100010101010011110010011101011 | e5a495e7a2a9e4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)