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 | 씔攝롔 | 111011001001010010010100111001101001010010011101111010111010000110010100 | ec9494e6949deba194 |
UHC | 씔攝롔 | 101111101011110011100000111011101000111011011000 | bebce0ee8ed8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)