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 | 儲屯? | 1001011011010111100100111101010000111111 | 96d793d43f |
EUC-JP | 儲屯? | 1100110011011001110001101101011000111111 | ccd9c6d63f |
UTF-8 | 儲屯샤 | 111001011000010010110010111001011011000110101111111011001000001110100100 | e584b2e5b1afec83a4 |
UHC | 儲屯샤 | 111011101011100111010100111010101011101111111110 | eeb9d4eabbfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)