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 | ユ昻萠ィ | 110101011111101011010000111001001100110010101000 | d5fad0e4cca8 |
EUC-JP | ユ?萠ィ | 10001110110101010011111111101000110011101000111010101000 | 8ed53fe8ce8ea8 |
UTF-8 | ユ昻萠ィ | 111011111011111010010101111001101001100010111011111010001001000010100000111011111011110110101000 | efbe95e698bbe890a0efbda8 |
UHC | ?昻?? | 0011111111100100111010010011111100111111 | 3fe4e93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)