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 | ????L? | 001111110011111100111111001111110100110000111111 | 3f3f3f3f4c3f |
SJIS-WIN | 絶???L絶 | 1001000011100010001111110011111100111111010011001001000011100010 | 90e23f3f3f4c90e2 |
EUC-JP | 絶???L絶 | 1100000011100100001111110011111100111111010011001100000011100100 | c0e43f3f3f4cc0e4 |
UTF-8 | 絶꺨댐쉈L絶 | 11100111101101011011011011101010101110101010100011101011100011001001000011101100100010011000100001001100111001111011010110110110 | e7b5b6eabaa8eb8c90ec89884ce7b5b6 |
UHC | 絶꺨댐쉈L絶 | 1110111110111110100000111100111010110100111011111011110110100101010011001110111110111110 | efbe83ceb4efbda54cefbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)