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 | ??x??x^ | 00111111001111110111100000111111001111110111100001011110 | 3f3f783f3f785e |
SJIS-WIN | ??x??x^ | 00111111001111110111100000111111001111110111100001011110 | 3f3f783f3f785e |
EUC-JP | ??x??x^ | 00111111001111110111100000111111001111110111100001011110 | 3f3f783f3f785e |
UTF-8 | 횄짠x횄짠x^ | 111011011001101010000100111011001010011110100000011110001110110110011010100001001110110010100111101000000111100001011110 | ed9a84eca7a078ed9a84eca7a0785e |
UHC | 횄짠x횄짠x^ | 1100001110000011110000101010011101111000110000111000001111000010101001110111100001011110 | c383c2a778c383c2a7785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)