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 | ??|}Y??|}bE | 0011111100111111011111000111110101011001001111110011111101111100011111010110001001000101 | 3f3f7c7d593f3f7c7d6245 |
SJIS-WIN | ??|}Y??|}bE | 0011111100111111011111000111110101011001001111110011111101111100011111010110001001000101 | 3f3f7c7d593f3f7c7d6245 |
EUC-JP | ??|}Y??|}bE | 0011111100111111011111000111110101011001001111110011111101111100011111010110001001000101 | 3f3f7c7d593f3f7c7d6245 |
UTF-8 | 亐렕|}Y亐렕|}bE | 11100100101110101001000011101011101000001001010101111100011111010101100111100100101110101001000011101011101000001001010101111100011111010110001001000101 | e4ba90eba0957c7d59e4ba90eba0957c7d6245 |
UHC | 亐렕|}Y亐렕|}bE | 111010101010011110001110101010100111110001111101010110011110101010100111100011101010101001111100011111010110001001000101 | eaa78eaa7c7d59eaa78eaa7c7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)