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 | 胡?億?げ?^ | 10001100110100110011111110001001101011010011111110000010101100000011111101011110 | 8cd33f89ad3f82b03f5e |
| EUC-JP | 胡?億?げ?^ | 10111000110101010011111110110010101011110011111110100100101100100011111101011110 | b8d53fb2af3fa4b23f5e |
| UTF-8 | 胡렫億과げ렦^ | 11101000100000111010000111101011101000001010101111100101100001001000010011101010101100111011110011100011100000011001001011101011101000001010011001011110 | e883a1eba0abe58484eab3bce38192eba0a65e |
| UHC | 胡렫億과げ렦^ | 11111011110101111000111010111001111001011110001010110000111110101010101010110010100011101011010101011110 | fbd78eb9e5e2b0faaab28eb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)