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 | 巡?+ | 1000111110000100001111111000000101111011 | 8f843f817b |
EUC-JP | 巡?+ | 1011110111100100001111111010000111011100 | bde43fa1dc |
UTF-8 | 巡볥+ | 111001011011011110100001111010111011001110100101111011111011110010001011 | e5b7a1ebb3a5efbc8b |
UHC | 巡볥+ | 111000101101111010010011111010111010001110101011 | e2de93eba3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)