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 | 繩??? | 1110001110001010001111110011111100111111 | e38a3f3f3f |
EUC-JP | 繩??? | 1110010111101010001111110011111100111111 | e5ea3f3f3f |
UTF-8 | 繩뎲뛄辰 | 111001111011100110101001111010111000111010110010111010111001101110000100111011111010010110110001 | e7b9a9eb8eb2eb9b84efa5b1 |
UHC | 繩뎲뛄辰 | 1110001110110001100010011000010110001101010000101110001111110101 | e3b189858d42e3f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)