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 | 謠???k?\ | 111001101000111100111111001111110011111110000010100010110011111101011100 | e68f3f3f3f828b3f5c |
EUC-JP | 謠???k?\ | 111010111110111100111111001111110011111110100011111010110011111101011100 | ebef3f3f3fa3eb3f5c |
UTF-8 | 謠몌쪕溜k젧\ | 11101000101011001010000011101011101010101000110011101100101010101001010111101111101001111000101111101111101111011000101111101100101000001010011101011100 | e8aca0ebaa8cecaa95efa78befbd8beca0a75c |
UHC | 謠몌쪕溜k젧\ | 11101001101010101011100011101111101001011000111111101010111111101010001111101011101000001001111101011100 | e9aab8efa58feafea3eba09f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)