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 | 樗烽?? | 100100101001010011100000100000100011111100111111 | 9294e0823f3f |
EUC-JP | 樗烽?? | 110000111111010011011111111000100011111100111111 | c3f4dfe23f3f |
UTF-8 | 樗烽렭렫 | 111001101010100010010111111001111000001110111101111010111010000010101101111010111010000010101011 | e6a897e783bdeba0adeba0ab |
UHC | 樗烽렭렫 | 1110111011000000110111001110101110001110101110101000111010111001 | eec0dceb8eba8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)