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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 雍抵スオ驕丞 | 11101000101101001001001011101111101111011011010111101001100000011000111111100101 | e8b492efbdb5e9818fe5 |
| EUC-JP | 雍抵スオ驕丞 | 111100001011011011000100111100011000111010111101100011101011010111110001111000011011111011100111 | f0b6c4f18ebd8eb5f1e1bee7 |
| UTF-8 | 雍抵スオ驕丞 | 111010011001101110001101111001101000101010110101111011111011110110111101111011111011110110110101111010011010100110010101111001001011100010011110 | e99b8de68ab5efbdbdefbdb5e9a995e4b89e |
| UHC | 雍抵??驕丞 | 11101000101111001110111010111101001111110011111111001110111101101110001110101010 | e8bceebd3f3fcef6e3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)