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 | 召ツ宵蘊 | 10001111101000101100001010001111101010101110010101011101 | 8fa2c28faae55d |
EUC-JP | 召ツ宵蘊 | 1011111010100100100011101100001010111110101011001110100110111110 | bea48ec2beace9be |
UTF-8 | 召ツ宵蘊 | 111001011000111110101100111011111011111010000010111001011010111010110101111010001001100010001010 | e58facefbe82e5aeb5e8988a |
UHC | 召?宵蘊 | 11100001101011110011111111100001101100101110100010110011 | e1af3fe1b2e8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)