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 | 潁ョ? | 1001111111110001100000111000011100111111 | 9ff183873f |
EUC-JP | 潁ョ? | 1101111011110011101001011110011100111111 | def3a5e73f |
UTF-8 | 潁ョ♥ | 111001101011110110000001111000111000001110100111111000101001100110100101 | e6bd81e383a7e299a5 |
UHC | 潁ョ♥ | 111001111011100010101011111001111010001010111110 | e7b8abe7a2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)