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 | 症?渦冪?? | 100011111100011100111111100010010101000110011001011100000011111100111111 | 8fc73f895199703f3f |
EUC-JP | 症?渦冪?? | 101111101100100100111111101100011011001011010001110100010011111100111111 | bec93fb1b2d1d13f3f |
UTF-8 | 症렊渦冪렰렟 | 111001111001011110000111111010111010000010001010111001101011100010100110111001011000011010101010111010111010000010110000111010111010000010011111 | e79787eba08ae6b8a6e586aaeba0b0eba09f |
UHC | 症렊渦冪렰렟 | 111100011111100010001110101000011110100010111110110110001111000110001110101111011000111010110000 | f1f88ea1e8bed8f18ebd8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)