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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | 攸???臟e^ | 100111011011111100111111001111110011111111100100011001100110010101011110 | 9dbf3f3f3fe466655e |
EUC-JP | 攸???臟e^ | 110110101100000100111111001111110011111111100111110001110110010101011110 | dac13f3f3fe7c7655e |
UTF-8 | 攸편렩ㅽ臟e^ | 1110011010010100101110001110110110001110101110001110101110100000101010011110001110000101101111011110100010000111100111110110010101011110 | e694b8ed8eb8eba0a9e385bde8879f655e |
UHC | 攸편렩ㅽ臟e^ | 111010101111001011000110111011011000111010110111101001001110110111101101111101000110010101011110 | eaf2c6ed8eb7a4ededf4655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)