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 | Ü£Ìé | 11011100101000111100110011101001 | dca3cce9 |
SJIS-WIN | ?£?? | 0011111110000001100100100011111100111111 | 3f81923f3f |
EUC-JP | Ü£Ìé | 1000111110101010111001001010000111110010100011111010101011000000100011111010101110110001 | 8faae4a1f28faac08fabb1 |
UTF-8 | Ü£Ìé | 1100001110011100110000101010001111000011100011001100001110101001 | c39cc2a3c38cc3a9 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)