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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???蔣?? | 0011111100111111001111111000111111011001101101100011111100111111 | 3f3f3f8fd9b63f3f |
UTF-8 | 欌듸풚蔣뚳풚 | 111001101010110010001100111010111001001110111000111011011001001010011010111010001001010010100011111010111001101010110011111011011001001010011010 | e6ac8ceb93b8ed929ae894a3eb9ab3ed929a |
UHC | 欌듸풚蔣뚳풚 | 111011011110101110110101111011111011111010011101111011011111100010001100111011111011111010011101 | edebb5efbe9dedf88cefbe9d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)