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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 豫ル?B | 100110001010110010000011100010110011111101000010 | 98ac838b3f42 |
EUC-JP | 豫ル?B | 110100001010111010100101111010110011111101000010 | d0aea5eb3f42 |
UTF-8 | 豫ル젒B | 11101000101100011010101111100011100000111010101111101100101000001001001001000010 | e8b1abe383abeca09242 |
UHC | 豫ル젒B | 11100111111000111010101111101011101000001001000101000010 | e7e3abeba09142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)