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 | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
SJIS-WIN | 暲?證?RE | 1111101011011100001111111110011010011010001111110101001001000101 | fadc3fe69a3f5245 |
EUC-JP | 暲?證?RE | 100011111100001011011011001111111110101111111010001111110101001001000101 | 8fc2db3febfa3f5245 |
UTF-8 | 暲렱證렖RE | 1110011010011010101100101110101110100000101100011110100010101101100010011110101110100000100101100101001001000101 | e69ab2eba0b1e8ad89eba0965245 |
UHC | 暲렱證렖RE | 11101101111001111000111010111110111100011111101110001110101010110101001001000101 | ede78ebef1fb8eab5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)