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 | ??榕? | 0011111100111111100111101101010100111111 | 3f3f9ed53f |
| EUC-JP | ?璜榕? | 00111111100011111100110011011000110111001101011100111111 | 3f8fccd8dcd73f |
| UTF-8 | 뤈璜榕곗 | 111010111010010010001000111001111001001010011100111001101010011010010101111010101011001110010111 | eba488e7929ce6a695eab397 |
| UHC | 뤈璜榕곗 | 1000111110111000111111001101010011101001101111101011000011101100 | 8fb8fcd4e9beb0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)