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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ???遙??? | 0011111100111111001111111110101010100001001111110011111100111111 | 3f3f3feaa13f3f3f |
| EUC-JP | ???遙??? | 0011111100111111001111111111010010100011001111110011111100111111 | 3f3f3ff4a33f3f3f |
| UTF-8 | 筽몌슛遙묕슨筽 | 111001111010110110111101111010111010101010001100111011001000101010011011111010011000000110011001111010111010110010010101111011001000101010101000111001111010110110111101 | e7adbdebaa8cec8a9be98199ebac95ec8aa8e7adbd |
| UHC | 筽몌슛遙묕슨筽 | 1110100010100100101110001110111110111101101110001110100110101011100100011110111110111101101111001110100010100100 | e8a4b8efbdb8e9ab91efbdbce8a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)