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 | ?┥節 | 0011111110000100101111001001000011011111 | 3f84bc90df |
EUC-JP | ?┥節 | 0011111110101000101111101100000011100001 | 3fa8bec0e1 |
UTF-8 | 뤗┥節 | 111010111010010010010111111000101001010010100101111001111010111110000000 | eba497e294a5e7af80 |
UHC | 뤗┥節 | 100011111100011110100110101111101110111110111101 | 8fc7a6beefbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)