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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 也??也 | 100101101110011100111111001111111001011011100111 | 96e73f3f96e7 |
EUC-JP | 也??也 | 110011001110100100111111001111111100110011101001 | cce93f3fcce9 |
UTF-8 | 也뎸겦也 | 111001001011100110011111111010111000111010111000111010101011001010100110111001001011100110011111 | e4b99feb8eb8eab2a6e4b99f |
UHC | 也뎸겦也 | 1110010110100101100010011000101110000001101110001110010110100101 | e5a5898b81b8e5a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)