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 | ?????CA | 00111111001111110011111100111111001111110100001101000001 | 3f3f3f3f3f4341 |
SJIS-WIN | ?????CA | 00111111001111110011111100111111001111110100001101000001 | 3f3f3f3f3f4341 |
EUC-JP | ?????CA | 00111111001111110011111100111111001111110100001101000001 | 3f3f3f3f3f4341 |
UTF-8 | 혧횉횕쩌짱CA | 1110110110011000101001111110110110011010100010011110110110011010100101011110110010101001100011001110110010100111101100010100001101000001 | ed98a7ed9a89ed9a95eca98ceca7b14341 |
UHC | 혧횉횕쩌짱CA | 110000101000111111000011100001111100001110001111110000101011110011000010101011110100001101000001 | c28fc387c38fc2bcc2af4341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)