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 | 偲コト汐篠 | 1000111011000011101110101100010010001110101011001000111011000010 | 8ec3bac48eac8ec2 |
EUC-JP | 偲コト汐篠 | 10111100110001011000111010111010100011101100010010111100101011101011110011000100 | bcc58eba8ec4bcaebcc4 |
UTF-8 | 偲コト汐篠 | 111001011000000110110010111011111011110110111010111011111011111010000100111001101011000110010000111001111010111110100000 | e581b2efbdbaefbe84e6b190e7afa0 |
UHC | ???汐篠 | 00111111001111110011111111100000101100011110000111000110 | 3f3f3fe0b1e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)