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 | ??伊屯 | 001111110011111110001000110010011001001111010100 | 3f3f88c993d4 |
EUC-JP | ??伊屯 | 001111110011111110110000110010111100011011010110 | 3f3fb0cbc6d6 |
UTF-8 | 履렰伊屯 | 111011111010011110011111111010111010000010110000111001001011110010001010111001011011000110101111 | efa79feba0b0e4bc8ae5b1af |
UHC | 履렰伊屯 | 1110110010101010100011101011110111101100101001011101010011101010 | ecaa8ebdeca5d4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)