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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逹幄け邏 | 1110011110011101100110111110100010000010101011111110011110110100 | e79d9be882afe7b4 |
EUC-JP | 逹幄け邏 | 1110110111111101110101101110101010100100101100011110111010110110 | edfdd6eaa4b1eeb6 |
UTF-8 | 逹幄け邏 | 111010011000000010111001111001011011100110000100111000111000000110010001111010011000001010001111 | e980b9e5b984e38191e9828f |
UHC | ?幄け邏 | 00111111111001001100000110101010101100011101010110100100 | 3fe4c1aab1d5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)