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 | ユ昤サ | 11010101111110101101010010111011 | d5fad4bb |
EUC-JP | ユ昤サ | 10001110110101011000111111000010101001011000111010111011 | 8ed58fc2a58ebb |
UTF-8 | ユ昤サ | 111011111011111010010101111001101001100010100100111011111011110110111011 | efbe95e698a4efbdbb |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)