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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 型弄? | 1000110001011110100110000100110100111111 | 8c5e984d3f |
EUC-JP | 型弄? | 1011011110111111110011111010111000111111 | b7bfcfae3f |
UTF-8 | 型弄욤 | 111001011001111010001011111001011011110010000100111011001001101010100100 | e59e8be5bc84ec9aa4 |
UHC | 型弄욤 | 111110101111111011010110111001111011111111101000 | fafed6e7bfe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)