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 | 庸????? | 10010111011001100011111100111111001111110011111100111111 | 97663f3f3f3f3f |
| EUC-JP | 庸????? | 11001101110001110011111100111111001111110011111100111111 | cdc73f3f3f3f3f |
| UTF-8 | 庸뉗뻿曆욄돈 | 111001011011101010111000111010111000100110010111111010111011101110111111111011111010011010001011111011001001101010000100111010111000111110001000 | e5bab8eb8997ebbbbfefa68bec9a84eb8f88 |
| UHC | 庸뉗뻿曆욄돈 | 111010011011110010000111111011001001011010001010111001101011011110011110111001101011010110110111 | e9bc87ec968ae6b79ee6b5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)