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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 錺豪蛙U | 11101000010001001000110110001011100010100101111001010101 | e8448d8b8a5e55 |
EUC-JP | 錺豪蛙U | 11101111101001011011100111101011101100111011111101010101 | efa5b9ebb3bf55 |
UTF-8 | 錺豪蛙U | 11101001100011001011101011101000101100011010101011101000100110111001100101010101 | e98cbae8b1aae89b9955 |
UHC | ?豪蛙U | 001111111111101111011111111010001100001101010101 | 3ffbdfe8c355 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)