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 | 瀞?粧??? | 1001001111010010001111111000111111001111001111110011111100111111 | 93d23f8fcf3f3f3f |
| EUC-JP | 瀞?粧?檉? | 11000110110101000011111110111110110100010011111110001111110001011011101100111111 | c6d43fbed13f8fc5bb3f |
| UTF-8 | 瀞렕粧렰檉렢 | 111001111000000010011110111010111010000010010101111001111011001010100111111010111010000010110000111001101010101010001001111010111010000010100010 | e7809eeba095e7b2a7eba0b0e6aa89eba0a2 |
| UHC | 瀞렕粧렰檉렢 | 111011111110011110001110101010101110110111110010100011101011110111101111111000001000111010110011 | efe78eaaedf28ebdefe08eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)