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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ⅹエ桒 | 1111101001001001101101001111101011100011 | fa49b4fae3 |
EUC-JP | ?エ桒 | 001111111000111010110100100011111100001111001001 | 3f8eb48fc3c9 |
UTF-8 | ⅹエ桒 | 111000101000010110111001111011111011110110110100111001101010000110010010 | e285b9efbdb4e6a192 |
UHC | ⅹ?? | 10100101101010100011111100111111 | a5aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)