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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 汁?????\ | 1000111101100000001111110011111100111111001111110011111101011100 | 8f603f3f3f3f3f5c |
EUC-JP | 汁?????\ | 1011110111000001001111110011111100111111001111110011111101011100 | bdc13f3f3f3f3f5c |
UTF-8 | 汁흗렩쾨렯렞\ | 11100110101100011000000111101101100111011001011111101011101000001010100111101100101111101010100011101011101000001010111111101011101000001001111001011100 | e6b181ed9d97eba0a9ecbea8eba0afeba09e5c |
UHC | 汁흗렩쾨렯렞\ | 11110001111100001100100011101001100011101011011111000100111010101000111010111100100011101010111101011100 | f1f0c8e98eb7c4ea8ebc8eaf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)