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 | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
EUC-JP | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
UTF-8 | 令썽뇩k | 11101111101001101010100011101100100011011011110111101011100001111010100101101011 | efa6a8ec8dbdeb87a96b |
UHC | 令썽뇩k | 11100111101010011011110111101001101101001010001101101011 | e7a9bde9b4a36b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)