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 | 11100111101101111010001111101100100001001000101011101100101111111000101001101011 | e7b7a3ec848aecbf8a6b |
UHC | 緣섊쿊k | 11100110110111101001100011100111101100101001111101101011 | e6de98e7b29f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)