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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????伊 | 00111111001111110011111100111111001111111000100011001001 | 3f3f3f3f3f88c9 |
EUC-JP | ??勖?汶伊 | 0011111100111111100011111011001111101101001111111000111111000110111001011011000011001011 | 3f3f8fb3ed3f8fc6e5b0cb |
UTF-8 | 履렰勖쾌汶伊 | 111011111010011110011111111010111010000010110000111001011000101110010110111011001011111010001100111001101011000110110110111001001011110010001010 | efa79feba0b0e58b96ecbe8ce6b1b6e4bc8a |
UHC | 履렰勖쾌汶伊 | 111011001010101010001110101111011110100111101101110001001110100011011010101000011110110010100101 | ecaa8ebde9edc4e8daa1eca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)