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 | ??hLh??hL | 001111110011111101101000010011000110100000111111001111110110100001001100 | 3f3f684c683f3f684c |
SJIS-WIN | モケhLhモケhL | 110100111011100101101000010011000110100011010011101110010110100001001100 | d3b9684c68d3b9684c |
EUC-JP | モケhLhモケhL | 10001110110100111000111010111001011010000100110001101000100011101101001110001110101110010110100001001100 | 8ed38eb9684c688ed38eb9684c |
UTF-8 | モケhLhモケhL | 1110111110111110100100111110111110111101101110010110100001001100011010001110111110111110100100111110111110111101101110010110100001001100 | efbe93efbdb9684c68efbe93efbdb9684c |
UHC | ??hLh??hL | 001111110011111101101000010011000110100000111111001111110110100001001100 | 3f3f684c683f3f684c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)