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 | ×¥×Û×¥ | 11010111101001011000111111010111110110111101011110100101 | d7a58fd7dbd7a5 |
SJIS-WIN | ×¥?×?×¥ | 100000010111111010000001100011110011111110000001011111100011111110000001011111101000000110001111 | 817e818f3f817e3f817e818f |
EUC-JP | ×??×Û×? | 101000011101111100111111001111111010000111011111100011111010101011100101101000011101111100111111 | a1df3f3fa1df8faae5a1df3f |
UTF-8 | ×¥×Û×¥ | 1100001110010111110000101010010111000010100011111100001110010111110000111001101111000011100101111100001010100101 | c397c2a5c28fc397c39bc397c2a5 |
UHC | ×??×?×? | 10100001101111110011111100111111101000011011111100111111101000011011111100111111 | a1bf3f3fa1bf3fa1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)