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 | 帳??墻←? | 100100101010000000111111001111111001101011010100100000011010100100111111 | 92a03f3f9ad481a93f |
| EUC-JP | 帳??墻←? | 110001001010001000111111001111111101010011010110101000101010101100111111 | c4a23f3fd4d6a2ab3f |
| UTF-8 | 帳쒎폀墻←댚 | 111001011011100010110011111011001001001010001110111011011000111110000000111001011010001010111011111000101000011010010000111010111000110010011010 | e5b8b3ec928eed8f80e5a2bbe28690eb8c9a |
| UHC | 帳쒎폀墻←댚 | 111011011110001110011100111001011011110010001111111011011101111110100001111001111000100010111110 | ede39ce5bc8feddfa1e788be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)