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 | ?氈?? | 0011111110011111100000010011111100111111 | 3f9f813f3f |
EUC-JP | ?氈?? | 0011111111011101111000010011111100111111 | 3fdde13f3f |
UTF-8 | 閱氈롉렓 | 111010011001011010110001111001101011000010001000111010111010000110001001111010111010000010010011 | e996b1e6b088eba189eba093 |
UHC | 閱氈롉렓 | 1110011011110011111011101111110110001110110011111000111010101000 | e6f3eefd8ecf8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)