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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???昻?? | 00111111001111110011111111111010110100000011111100111111 | 3f3f3ffad03f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 樂롥룚昻곮쾷 | 111011111010011010111111111010111010000110100101111010111010001110011010111001101001100010111011111010101011001110101110111011001011111010110111 | efa6bfeba1a5eba39ae698bbeab3aeecbeb7 |
UHC | 樂롥룚昻곮쾷 | 111010001111100110001110111001011000111110010110111001001110100110000001111010001011001010001101 | e8f98ee58f96e4e981e8b28d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)