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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 篠ザ偲室 | 1000111011000010101110111101111010001110110000111000111010111010 | 8ec2bbde8ec38eba |
EUC-JP | 篠ザ偲室 | 10111100110001001000111010111011100011101101111010111100110001011011110010111100 | bcc48ebb8edebcc5bcbc |
UTF-8 | 篠ザ偲室 | 111001111010111110100000111011111011110110111011111011111011111010011110111001011000000110110010111001011010111010100100 | e7afa0efbdbbefbe9ee581b2e5aea4 |
UHC | 篠???室 | 11100001110001100011111100111111001111111110001111111000 | e1c63f3f3fe3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)