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 | ?陷?↑ | 001111111110100010011100001111111000000110101010 | 3fe89c3f81aa |
EUC-JP | ?陷?↑ | 001111111110111111111100001111111010001010101100 | 3feffc3fa2ac |
UTF-8 | 뤋陷킂↑ | 111010111010010010001011111010011001100110110111111011011000001010000010111000101000011010010001 | eba48be999b7ed8282e28691 |
UHC | 뤋陷킂↑ | 1000111110111011111110011110100010110100100011101010000111101000 | 8fbbf9e8b48ea1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)