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 | ???????V | 0011111100111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f3f56 |
| SJIS-WIN | ???????V | 0011111100111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f3f56 |
| EUC-JP | ???????V | 0011111100111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f3f56 |
| UTF-8 | 렺푠렺읕렩렻렋V | 11101011101000001011101011101101100100011010000011101011101000001011101011101100100111011001010111101011101000001010100111101011101000001011101111101011101000001000101101010110 | eba0baed91a0eba0baec9d95eba0a9eba0bbeba08b56 |
| UHC | 렺푠렺읕렩렻렋V | 100011101100001011000111101001101000111011000010110000001100010010001110101101111000111011000011100011101010001001010110 | 8ec2c7a68ec2c0c48eb78ec38ea256 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)