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 | ?然傲 | 0011111110010001010100101001100011111100 | 3f915298fc |
EUC-JP | ?然傲 | 0011111111000001101100111101000011111110 | 3fc1b3d0fe |
UTF-8 | 뤗然傲 | 111010111010010010010111111001111000010010110110111001011000001010110010 | eba497e784b6e582b2 |
UHC | 뤗然傲 | 100011111100011111100110110101001110011111101100 | 8fc7e6d4e7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)