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 | 侑??嚥 | 100110001101000000111111001111111001101010001011 | 98d03f3f9a8b |
EUC-JP | 侑??嚥 | 110100001101001000111111001111111101001111101011 | d0d23f3fd3eb |
UTF-8 | 侑대쨹嚥 | 111001001011111010010001111010111000110010000000111011001010100010111001111001011001101010100101 | e4be91eb8c80eca8b9e59aa5 |
UHC | 侑대쨹嚥 | 1110101011100010101101001110101110100100100100111110011010111111 | eae2b4eba493e6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)