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 | ?賚戝 | 0011111111100110110011011110011011000001 | 3fe6cde6c1 |
EUC-JP | 詷賚戝 | 10001111110111011110100111101100110011111110110011000011 | 8fdde9eccfecc3 |
UTF-8 | 詷賚戝 | 111010001010100110110111111010001011001110011010111001101000100010011101 | e8a9b7e8b39ae6889d |
UHC | ?賚? | 00111111110101101111001000111111 | 3fd6f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)