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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 召ア宵ツ宵ム | 100011111010001010110001100011111010101011000010100011111010101011010001 | 8fa2b18faac28faad1 |
EUC-JP | 召ア宵ツ宵ム | 101111101010010010001110101100011011111010101100100011101100001010111110101011001000111011010001 | bea48eb1beac8ec2beac8ed1 |
UTF-8 | 召ア宵ツ宵ム | 111001011000111110101100111011111011110110110001111001011010111010110101111011111011111010000010111001011010111010110101111011111011111010010001 | e58facefbdb1e5aeb5efbe82e5aeb5efbe91 |
UHC | 召?宵?宵? | 111000011010111100111111111000011011001000111111111000011011001000111111 | e1af3fe1b23fe1b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)