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 | ????Po | 001111110011111100111111001111110101000001101111 | 3f3f3f3f506f |
SJIS-WIN | 偲叱偲璽Po | 10001110110000111000111010110110100011101100001110001110101000110101000001101111 | 8ec38eb68ec38ea3506f |
EUC-JP | 偲叱偲璽Po | 10111100110001011011110010111000101111001100010110111100101001010101000001101111 | bcc5bcb8bcc5bca5506f |
UTF-8 | 偲叱偲璽Po | 1110010110000001101100101110010110001111101100011110010110000001101100101110011110010010101111010101000001101111 | e581b2e58fb1e581b2e792bd506f |
UHC | ?叱?璽Po | 0011111111110010111010100011111111011111110111100101000001101111 | 3ff2ea3fdfde506f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)