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 | 嗚??蹶 | 100110100110101000111111001111111110011101001011 | 9a6a3f3fe74b |
EUC-JP | 嗚??蹶 | 110100111100101100111111001111111110110110101100 | d3cb3f3fedac |
UTF-8 | 嗚잆굟蹶 | 111001011001011110011010111011001001111010000110111010101011010110011111111010001011100110110110 | e5979aec9e86eab59fe8b9b6 |
UHC | 嗚잆굟蹶 | 1110011111110000100111111110001110000010100001111100111111110011 | e7f09fe38287cff3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)