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 | 巡?? | 10001111100001000011111100111111 | 8f843f3f |
EUC-JP | 巡?瘙 | 101111011110010000111111100011111100110111110000 | bde43f8fcdf0 |
UTF-8 | 巡섑瘙 | 111001011011011110100001111011001000010010010001111001111001100010011001 | e5b7a1ec8491e79899 |
UHC | 巡섑瘙 | 111000101101111010011000111011011110000111000100 | e2de98ede1c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)