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 | ???巍? | 001111110011111100111111100110111101100100111111 | 3f3f3f9bd93f |
EUC-JP | ???巍? | 001111110011111100111111110101101101101100111111 | 3f3f3fd6db3f |
UTF-8 | 溜삠뀛巍킚 | 111011111010011110001011111011001000001010100000111010111000000010011011111001011011011110001101111011011000001010011010 | efa78bec82a0eb809be5b78ded829a |
UHC | 溜삠뀛巍킚 | 11101010111111101011101111100011100001011001010011101000111001001011010101000110 | eafebbe38594e8e4b546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)