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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?攝? | 00111111100111011001000000111111 | 3f9d903f |
EUC-JP | ?攝? | 00111111110110011111000000111111 | 3fd9f03f |
UTF-8 | 얍攝렢 | 111011001001011010001101111001101001010010011101111010111010000010100010 | ec968de6949deba0a2 |
UHC | 얍攝렢 | 101111101110010111100000111011101000111010110011 | bee5e0ee8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)