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 | 渹猾ーョ | 111110110100011011100000110011111011000010101110 | fb46e0cfb0ae |
EUC-JP | 渹猾ーョ | 100011111100011111101110111000001101000110001110101100001000111010101110 | 8fc7eee0d18eb08eae |
UTF-8 | 渹猾ーョ | 111001101011100010111001111001111000110010111110111011111011110110110000111011111011110110101110 | e6b8b9e78cbeefbdb0efbdae |
UHC | ?猾?? | 0011111111111100110000100011111100111111 | 3ffcc23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)