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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蛟夥▼蛟 | 1110010110000000100110101110110010000001101001011110010110000000 | e5809aec81a5e580 |
EUC-JP | 蛟夥▼蛟 | 1110100111100000110101001110111010100010101001111110100111100000 | e9e0d4eea2a7e9e0 |
UTF-8 | 蛟夥▼蛟 | 111010001001101110011111111001011010010010100101111000101001011010111100111010001001101110011111 | e89b9fe5a4a5e296bce89b9f |
UHC | 蛟?▼蛟 | 11001110111100010011111110100001111001011100111011110001 | cef13fa1e5cef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)