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 | 嵭疾 | 111110101011001110001110101111101111000011000000 | fab38ebef0c0 |
EUC-JP | 嵭疾? | 100011111011101111011110101111001100000000111111 | 8fbbdebcc03f |
UTF-8 | 嵭疾 | 111001011011010110101101111001111001011010111110111011101000000110111111 | e5b5ade796beee81bf |
UHC | ?疾? | 00111111111100101111000000111111 | 3ff2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)