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 | ??`?? | 0011111100111111011000000011111100111111 | 3f3f603f3f |
SJIS-WIN | テゥ`ツ③ | 110000111010100101100000110000101000011101000010 | c3a960c28742 |
EUC-JP | テゥ`ツ? | 1000111011000011100011101010100101100000100011101100001000111111 | 8ec38ea9608ec23f |
UTF-8 | テゥ`ツ③ | 11101111101111101000001111101111101111011010100101100000111011111011111010000010111000101001000110100010 | efbe83efbda960efbe82e291a2 |
UHC | ??`?③ | 001111110011111101100000001111111010100011101001 | 3f3f603fa8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)