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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 瓮??搖??^ | 111000010100010000111111001111111001110110001010001111110011111101011110 | e1443f3f9d8a3f3f5e |
| EUC-JP | 瓮??搖??^ | 111000011010010100111111001111111101100111101010001111110011111101011110 | e1a53f3fd9ea3f3f5e |
| UTF-8 | 瓮싷슭搖쇽숲^ | 11100111100100111010111011101100100010111011011111101100100010101010110111100110100100001001011011101100100001111011110111101100100010001011001001011110 | e793aeec8bb7ec8aade69096ec87bdec88b25e |
| UHC | 瓮싷슭搖쇽숲^ | 11101000101101111001101011101111101111011011111011101000111101001011110011101111101111011010001101011110 | e8b79aefbdbee8f4bcefbda35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)