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 | 侑??? | 1001100011010000001111110011111100111111 | 98d03f3f3f |
EUC-JP | 侑??璵 | 11010000110100100011111100111111100011111100110011100110 | d0d23f3f8fcce6 |
UTF-8 | 侑멸컱璵 | 111001001011111010010001111010111010100110111000111011001011101110110001111001111001001010110101 | e4be91eba9b8ecbbb1e792b5 |
UHC | 侑멸컱璵 | 1110101011100010101110001110101010110000100101111110011010100101 | eae2b8eab097e6a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)