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?\ | 100011001011111100111111001111110011111110000010100010110011111101011100 | 8cbf3f3f3f828b3f5c |
EUC-JP | 諺???k?\ | 101110001100000100111111001111110011111110100011111010110011111101011100 | b8c13f3f3fa3eb3f5c |
UTF-8 | 諺뚯에溜k젘\ | 11101000101010111011101011101011100110101010111111101100100101111001000011101111101001111000101111101111101111011000101111101100101000001001100001011100 | e8abbaeb9aafec9790efa78befbd8beca0985c |
UHC | 諺뚯에溜k젘\ | 11100101111011001000110011101100101111111010000111101010111111101010001111101011101000001001010001011100 | e5ec8cecbfa1eafea3eba0945c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)