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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ?瀧?漿? | 00111111100100011110101100111111100111111111011100111111 | 3f91eb3f9ff73f |
| EUC-JP | 鋌瀧?漿? | 100011111110010010111011110000101110110100111111110111101111100100111111 | 8fe4bbc2ed3fdef93f |
| UTF-8 | 鋌瀧쏘漿렱 | 111010011000101110001100111001111000000010100111111011001000111110011000111001101011110010111111111010111010000010110001 | e98b8ce780a7ec8f98e6bcbfeba0b1 |
| UHC | 鋌瀧쏘漿렱 | 11101111111110111101011011101001101111011110111011101101111011001000111010111110 | effbd6e9bdeeedec8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)