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 | ???n | 00111111001111110011111101101110 | 3f3f3f6e |
SJIS-WIN | ???n | 00111111001111110011111101101110 | 3f3f3f6e |
EUC-JP | ???n | 00111111001111110011111101101110 | 3f3f3f6e |
UTF-8 | 혵쨌혦n | 11101101100110001011010111101100101010001000110011101101100110001010011001101110 | ed98b5eca88ced98a66e |
UHC | 혵쨌혦n | 11000010100111001100001010110111110000101000111001101110 | c29cc2b7c28e6e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)