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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 症ヒ篠 | 10001111110001111100101110001110110000101111001011011001 | 8fc7cb8ec2f2d9 |
EUC-JP | 症ヒ篠? | 10111110110010011000111011001011101111001100010000111111 | bec98ecbbcc43f |
UTF-8 | 症ヒ篠 | 111001111001011110000111111011111011111010001011111001111010111110100000111011101000100010010000 | e79787efbe8be7afa0ee8890 |
UHC | 症?篠? | 111100011111100000111111111000011100011000111111 | f1f83fe1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)