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 | 泳??弱?? | 1000100101101010001111110011111110001110111000110011111100111111 | 896a3f3f8ee33f3f |
| EUC-JP | 泳??弱?? | 1011000111001011001111110011111110111100111001010011111100111111 | b1cb3f3fbce53f3f |
| UTF-8 | 泳뤻겣弱김뙱 | 111001101011001110110011111010111010010010111011111010101011001010100011111001011011110010110001111010101011100110000000111010111001100110110001 | e6b3b3eba4bbeab2a3e5bcb1eab980eb99b1 |
| UHC | 泳뤻겣弱김뙱 | 111001111011011010001111111010011000000110110101111001011011000010110001111010001000110010110100 | e7b68fe981b5e5b0b1e88cb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)