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 | ?猛槐 | 0011111110010110110100101001111011000101 | 3f96d29ec5 |
EUC-JP | ?猛槐 | 0011111111001100110101001101110011000111 | 3fccd4dcc7 |
UTF-8 | 뤟猛槐 | 111010111010010010011111111001111000110010011011111001101010011110010000 | eba49fe78c9be6a790 |
UHC | 뤟猛槐 | 100011111100111011011000111011011100111011011001 | 8fced8edced9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)