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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 紆泄橈@h | 1110001011111100100111111001010110011110111101000100000001101000 | e2fc9f959ef44068 |
EUC-JP | 紆泄橈@h | 1110010011111110110111011111010111011100111101100100000001101000 | e4feddf5dcf64068 |
UTF-8 | 紆泄橈@h | 1110011110110100100001101110011010110011100001001110011010101001100010000100000001101000 | e7b486e6b384e6a9884068 |
UHC | 紆泄橈@h | 1110100111100001111000001101110011101000111110100100000001101000 | e9e1e0dce8fa4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)