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 | ???_? | 0011111100111111001111110101111100111111 | 3f3f3f5f3f |
SJIS-WIN | 篠テ「_篠 | 10001110110000101100001110100010010111111000111011000010 | 8ec2c3a25f8ec2 |
EUC-JP | 篠テ「_篠 | 101111001100010010001110110000111000111010100010010111111011110011000100 | bcc48ec38ea25fbcc4 |
UTF-8 | 篠テ「_篠 | 11100111101011111010000011101111101111101000001111101111101111011010001001011111111001111010111110100000 | e7afa0efbe83efbda25fe7afa0 |
UHC | 篠??_篠 | 11100001110001100011111100111111010111111110000111000110 | e1c63f3f5fe1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)