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 | ??槽? | 0011111100111111100100011000010100111111 | 3f3f91853f |
EUC-JP | ?璜槽勖 | 001111111000111111001100110110001100000111100101100011111011001111101101 | 3f8fccd8c1e58fb3ed |
UTF-8 | 뤈璜槽勖 | 111010111010010010001000111001111001001010011100111001101010011110111101111001011000101110010110 | eba488e7929ce6a7bde58b96 |
UHC | 뤈璜槽勖 | 1000111110111000111111001101010011110000110010111110100111101101 | 8fb8fcd4f0cbe9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)