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 | ???× | 00111111001111110011111111010111 | 3f3f3fd7 |
SJIS-WIN | ツ゜ツ× | 110000101000000101001011110000101000000101111110 | c2814bc2817e |
EUC-JP | ツ゜ツ× | 1000111011000010101000011010110010001110110000101010000111011111 | 8ec2a1ac8ec2a1df |
UTF-8 | ツ゜ツ× | 1110111110111110100000101110001110000010100111001110111110111110100000101100001110010111 | efbe82e3829cefbe82c397 |
UHC | ???× | 0011111100111111001111111010000110111111 | 3f3f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)