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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
EUC-JP | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
UTF-8 | 횂혥횄쨘~ | 11101101100110101000001011101101100110001010010111101101100110101000010011101100101010001001100001111110 | ed9a82ed98a5ed9a84eca8987e |
UHC | 횂혥횄쨘~ | 110000111000001011000010100011011100001110000011110000101011101001111110 | c382c28dc383c2ba7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)