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 | ?然榕? | 001111111001000101010010100111101101010100111111 | 3f91529ed53f |
| EUC-JP | ?然榕? | 001111111100000110110011110111001101011100111111 | 3fc1b3dcd73f |
| UTF-8 | 뤗然榕곗 | 111010111010010010010111111001111000010010110110111001101010011010010101111010101011001110010111 | eba497e784b6e6a695eab397 |
| UHC | 뤗然榕곗 | 1000111111000111111001101101010011101001101111101011000011101100 | 8fc7e6d4e9beb0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)