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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ?疫[?疫[^ | 001111111000100101110101010110110011111110001001011101010101101101011110 | 3f89755b3f89755b5e |
EUC-JP | ?疫[?疫[^ | 001111111011000111010110010110110011111110110001110101100101101101011110 | 3fb1d65b3fb1d65b5e |
UTF-8 | 씞疫[씞疫[^ | 111011001001010010011110111001111001011010101011010110111110110010010100100111101110011110010110101010110101101101011110 | ec949ee796ab5bec949ee796ab5b5e |
UHC | 씞疫[씞疫[^ | 1001110110110010111001101011100101011011100111011011001011100110101110010101101101011110 | 9db2e6b95b9db2e6b95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)