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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 俎蓑?? | 100110001101011110010110101010100011111100111111 | 98d796aa3f3f |
EUC-JP | 俎蓑?? | 110100001101100111001100101011000011111100111111 | d0d9ccac3f3f |
UTF-8 | 俎蓑렜렪 | 111001001011111110001110111010001001001110010001111010111010000010011100111010111010000010101010 | e4bf8ee89391eba09ceba0aa |
UHC | 俎蓑렜렪 | 1111000010111011110111101110111010001110101011101000111010111000 | f0bbdeee8eae8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)