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 | ?ヨ?弱 | 001111111000001110001000001111111000111011100011 | 3f83883f8ee3 |
EUC-JP | ?ヨ?弱 | 001111111010010111101000001111111011110011100101 | 3fa5e83fbce5 |
UTF-8 | 樂ヨ럫弱 | 111011111010011010111111111000111000001110101000111010111001111110101011111001011011110010110001 | efa6bfe383a8eb9fabe5bcb1 |
UHC | 樂ヨ럫弱 | 1110100011111001101010111110100010001110100011101110010110110000 | e8f9abe88e8ee5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)