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 | ???C???C^ | 001111110011111100111111010000110011111100111111001111110100001101011110 | 3f3f3f433f3f3f435e |
SJIS-WIN | ???C???C^ | 001111110011111100111111010000110011111100111111001111110100001101011110 | 3f3f3f433f3f3f435e |
EUC-JP | ???C???C^ | 001111110011111100111111010000110011111100111111001111110100001101011110 | 3f3f3f433f3f3f435e |
UTF-8 | 혧짬짚C혧짬짚C^ | 111011011001100010100111111011001010011110101100111011001010011110011010010000111110110110011000101001111110110010100111101011001110110010100111100110100100001101011110 | ed98a7eca7aceca79a43ed98a7eca7aceca79a435e |
UHC | 혧짬짚C혧짬짚C^ | 110000101000111111000010101010111100001010100100010000111100001010001111110000101010101111000010101001000100001101011110 | c28fc2abc2a443c28fc2abc2a4435e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)