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 | ?A_?? | 0011111101000001010111110011111100111111 | 3f415f3f3f |
SJIS-WIN | ?A_?? | 0011111101000001010111110011111100111111 | 3f415f3f3f |
EUC-JP | ?A_?? | 0011111101000001010111110011111100111111 | 3f415f3f3f |
UTF-8 | 혪A_혺횜 | 1110110110011000101010100100000101011111111011011001100010111010111011011001101010011100 | ed98aa415fed98baed9a9c |
UHC | 혪A_혺횜 | 1100001010010010010000010101111111000010100111111100001110010110 | c292415fc29fc396 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)