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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???萸?? | 00111111001111110011111111100100110011100011111100111111 | 3f3f3fe4ce3f3f |
EUC-JP | ???萸?? | 00111111001111110011111111101000110100000011111100111111 | 3f3f3fe8d03f3f |
UTF-8 | 娛뤾퀋萸먩묾 | 111001011010100010011011111010111010010010111110111011011000000010001011111010001001000010111000111010111010100010101001111010111010110010111110 | e5a89beba4beed808be890b8eba8a9ebacbe |
UHC | 娛뤾퀋萸먩묾 | 111001111111010010001111111010101011001110000001111010111010110110010000111001101011100110110010 | e7f48feab381ebad90e6b9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)