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 | ???b???? | 0011111100111111001111110110001000111111001111110011111100111111 | 3f3f3f623f3f3f3f |
| SJIS-WIN | ???b???? | 0011111100111111001111110110001000111111001111110011111100111111 | 3f3f3f623f3f3f3f |
| EUC-JP | ???b???? | 0011111100111111001111110110001000111111001111110011111100111111 | 3f3f3f623f3f3f3f |
| UTF-8 | 룶웩熉b룶엌룫慄 | 11101011101000111011011011101100100110111010100111100111100001101000100101100010111010111010001110110110111011001001011110001100111010111010001110101011111011111010011110011001 | eba3b6ec9ba9e7868962eba3b6ec978ceba3abefa799 |
| UHC | 룶웩熉b룶엌룫慄 | 100011111010101111000000101000011110100111111011011000101000111110101011101111101111110110001111101000101110101111010000 | 8fabc0a1e9fb628fabbefd8fa2ebd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)