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 | ??º??? | 001111110011111110111010001111110011111100111111 | 3f3fba3f3f3f |
SJIS-WIN | 沃??艤?? | 1001011110000000001111110011111111100100011111100011111100111111 | 97803f3fe47e3f3f |
EUC-JP | 沃?º艤?? | 11001101111000000011111110001111101000101110101111100111110111110011111100111111 | cde03f8fa2ebe7df3f3f |
UTF-8 | 沃욌º艤면걲 | 1110011010110010100000111110110010011010100011001100001010111010111010001000100110100100111010111010100110110100111010101011000110110010 | e6b283ec9a8cc2bae889a4eba9b4eab1b2 |
UHC | 沃욌º艤면걲 | 111010001010101010011110111010111010100010101100111010111111101010111000111010011000000110011001 | e8aa9eeba8acebfab8e98199 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)