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 | 蹄?洌 | 1001001011111011001111111001111110101110 | 92fb3f9fae |
EUC-JP | 蹄?洌 | 1100010011111101001111111101111010110000 | c4fd3fdeb0 |
UTF-8 | 蹄닻洌 | 111010001011100110000100111010111000101110111011111001101011010010001100 | e8b984eb8bbbe6b48c |
UHC | 蹄닻洌 | 111100001011010010110100111010011101011010101100 | f0b4b4e9d6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)