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 | 甸??餓 | 100110011011001000111111001111111000100111101100 | 99b23f3f89ec |
EUC-JP | 甸??餓 | 110100101011010000111111001111111011001011101110 | d2b43f3fb2ee |
UTF-8 | 甸졾퉬餓 | 111001111001010010111000111011001010000110111110111011011000100110101100111010011010010010010011 | e794b8eca1beed89ace9a493 |
UHC | 甸졾퉬餓 | 1110111110100100101000001110010110111001100001001110010010111011 | efa4a0e5b984e4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)