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 | 巡?沼 | 1000111110000100001111111000111111000000 | 8f843f8fc0 |
EUC-JP | 巡?沼 | 1011110111100100001111111011111011000010 | bde43fbec2 |
UTF-8 | 巡빞沼 | 111001011011011110100001111010111011100110011110111001101011001010111100 | e5b7a1ebb99ee6b2bc |
UHC | 巡빞沼 | 111000101101111010010101101111001110000110111011 | e2de95bce1bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)