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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?橈瀟? | 001111111001111011110100111000000110111000111111 | 3f9ef4e06e3f |
| EUC-JP | ?橈瀟? | 001111111101110011110110110111111100111100111111 | 3fdcf6dfcf3f |
| UTF-8 | 뾸橈瀟쐛 | 111010111011111010111000111001101010100110001000111001111000000010011111111011001001000010011011 | ebbeb8e6a988e7809fec909b |
| UHC | 뾸橈瀟쐛 | 1001011101111010111010001111101011100001101111101001110010000001 | 977ae8fae1be9c81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)