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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 癲η?P | 111000011001111110000011110001010011111101010000 | e19f83c53f50 |
EUC-JP | 癲η?P | 111000101010000110100110110001110011111101010000 | e2a1a6c73f50 |
UTF-8 | 癲η맧P | 111001111001100110110010110011101011011111101011101001111010011101010000 | e799b2ceb7eba7a750 |
UHC | 癲η맧P | 11101111101001101010010111100111100100001011000001010000 | efa6a5e790b050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)