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 | ?@?L[?@?L[^ | 0011111101000000001111110100110001011011001111110100000000111111010011000101101101011110 | 3f403f4c5b3f403f4c5b5e |
SJIS-WIN | ?@?L[?@?L[^ | 0011111101000000001111110100110001011011001111110100000000111111010011000101101101011110 | 3f403f4c5b3f403f4c5b5e |
EUC-JP | ?@?L[?@?L[^ | 0011111101000000001111110100110001011011001111110100000000111111010011000101101101011110 | 3f403f4c5b3f403f4c5b5e |
UTF-8 | 혳@혳L[혳@혳L[^ | 11101101100110001011001101000000111011011001100010110011010011000101101111101101100110001011001101000000111011011001100010110011010011000101101101011110 | ed98b340ed98b34c5bed98b340ed98b34c5b5e |
UHC | 혳@혳L[혳@혳L[^ | 110000101001101001000000110000101001101001001100010110111100001010011010010000001100001010011010010011000101101101011110 | c29a40c29a4c5bc29a40c29a4c5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)