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 | ??º?? | 0011111100111111101110100011111100111111 | 3f3fba3f3f |
SJIS-WIN | 沃??二? | 10010111100000000011111100111111100100111111000100111111 | 97803f3f93f13f |
EUC-JP | 沃?º二? | 110011011110000000111111100011111010001011101011110001101111001100111111 | cde03f8fa2ebc6f33f |
UTF-8 | 沃욌º二퀯 | 1110011010110010100000111110110010011010100011001100001010111010111001001011101010001100111011011000000010101111 | e6b283ec9a8cc2bae4ba8ced80af |
UHC | 沃욌º二퀯 | 11101000101010101001111011101011101010001010110011101100101000111011010001000010 | e8aa9eeba8aceca3b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)