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 | 猜??惜 | 111000001100100000111111001111111001000011001001 | e0c83f3f90c9 |
EUC-JP | 猜??惜 | 111000001100101000111111001111111100000011001011 | e0ca3f3fc0cb |
UTF-8 | 猜뺲됄惜 | 111001111000110010011100111010111011101010110010111010111001000010000100111001101000001110011100 | e78c9cebbab2eb9084e6839c |
UHC | 猜뺲됄惜 | 1110001111000100100101011111100110001001110001101110000010101101 | e3c495f989c6e0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)