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 | 沮祠? | 1001111110011100111000100100101100111111 | 9f9ce24b3f |
EUC-JP | 沮祠? | 1101110111111100111000111010110000111111 | ddfce3ac3f |
UTF-8 | 沮祠렰 | 111001101011001010101110111001111010010110100000111010111010000010110000 | e6b2aee7a5a0eba0b0 |
UHC | 沮祠렰 | 111011101100000111011110111001101000111010111101 | eec1dee68ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)