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 | 淡巽巽 | 100100100101011110010010010001101001001001000110 | 925792469246 |
EUC-JP | 淡巽巽 | 110000111011100011000011101001111100001110100111 | c3b8c3a7c3a7 |
UTF-8 | 淡巽巽 | 111001101011011110100001111001011011011110111101111001011011011110111101 | e6b7a1e5b7bde5b7bd |
UHC | 淡巽巽 | 110100111011111111100001110111101110000111011110 | d3bfe1dee1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)