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 | ???L???~ | 0011111100111111001111110100110000111111001111110011111101111110 | 3f3f3f4c3f3f3f7e |
| SJIS-WIN | 雅??L???~ | 100010011110101100111111001111110100110000111111001111110011111101111110 | 89eb3f3f4c3f3f3f7e |
| EUC-JP | 雅??L???~ | 101100101110110100111111001111110100110000111111001111110011111101111110 | b2ed3f3f4c3f3f3f7e |
| UTF-8 | 雅먮젙L凉붾졁~ | 1110100110011011100001011110101110101000101011101110110010100000100110010100110011101111101001011011100111101011101101101011111011101100101000011000000101111110 | e99b85eba8aeeca0994cefa5b9ebb6beeca1817e |
| UHC | 雅먮젙L凉붾졁~ | 1110010010111010100100001110101110100000100101010100110011100101101111001001010011101011101000001011001001111110 | e4ba90eba0954ce5bc94eba0b27e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)