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 | ??酷勾 | 001111110011111110001101100100111000110011111001 | 3f3f8d938cf9 |
EUC-JP | ??酷勾 | 001111110011111110111001111100111011100011111011 | 3f3fb9f3b8fb |
UTF-8 | 곁룫酷勾 | 111010101011001110000001111010111010001110101011111010011000010110110111111001011000101110111110 | eab381eba3abe985b7e58bbe |
UHC | 곁룫酷勾 | 1011000011100111100011111010001011111011111001011100111011111110 | b0e78fa2fbe5cefe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)