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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??蛙??B | 00111111001111111000101001011110001111110011111101000010 | 3f3f8a5e3f3f42 |
EUC-JP | ??蛙??B | 00111111001111111011001110111111001111110011111101000010 | 3f3fb3bf3f3f42 |
UTF-8 | 롘렳蛙렦렣B | 11101011101000011001100011101011101000001011001111101000100110111001100111101011101000001010011011101011101000001010001101000010 | eba198eba0b3e89b99eba0a6eba0a342 |
UHC | 롘렳蛙렦렣B | 1000111011011100100011101100000011101000110000111000111010110101100011101011010001000010 | 8edc8ec0e8c38eb58eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)