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 | 藥??油?? | 1110010101011010001111110011111110010110111110110011111100111111 | e55a3f3f96fb3f3f |
EUC-JP | 藥??油?? | 1110100110111011001111110011111111001100111111010011111100111111 | e9bb3f3fccfd3f3f |
UTF-8 | 藥띾씣油ㅿ쭓 | 111010001001011110100101111010111001110110111110111011001001010010100011111001101011001010111001111000111000010110111111111011001010110110010011 | e897a5eb9dbeec94a3e6b2b9e385bfecad93 |
UHC | 藥띾씣油ㅿ쭓 | 111001011011011110001101111010111001110110110111111010101111101010100100111011111010011110001011 | e5b78deb9db7eafaa4efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)