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 | ??k | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | ?鰲k | 00111111111010011110000001101011 | 3fe9e06b |
EUC-JP | ?鰲k | 00111111111100101110001001101011 | 3ff2e26b |
UTF-8 | 쒔鰲k | 11101100100100101001010011101001101100001011001001101011 | ec9294e9b0b26b |
UHC | 쒔鰲k | 1011111010101101111010001010011101101011 | beade8a76b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)