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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???蔣? | 00111111001111110011111110001111110110011011011000111111 | 3f3f3f8fd9b63f |
UTF-8 | 欌듸풚蔣뚳 | 111001101010110010001100111010111001001110111000111011011001001010011010111010001001010010100011111010111001101010110011 | e6ac8ceb93b8ed929ae894a3eb9ab3 |
UHC | 欌듸풚蔣뚳 | 11101101111010111011010111101111101111101001110111101101111110001000110011101111 | edebb5efbe9dedf88cef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)