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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 葬?葬捧?? | 100100011001001000111111100100011001001010010101111110010011111100111111 | 91923f919295f93f3f |
| EUC-JP | 葬?葬捧?? | 110000011111001000111111110000011111001011001010111110110011111100111111 | c1f23fc1f2cafb3f3f |
| UTF-8 | 葬렱葬捧렔렔 | 111010001001000110101100111010111010000010110001111010001001000110101100111001101000110110100111111010111010000010010100111010111010000010010100 | e891aceba0b1e891ace68da7eba094eba094 |
| UHC | 葬렱葬捧렔렔 | 111011011111011110001110101111101110110111110111110111001110100110001110101010011000111010101001 | edf78ebeedf7dce98ea98ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)