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 | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | 傲??節??k | 100110001111110000111111001111111001000011011111001111110011111101101011 | 98fc3f3f90df3f3f6b |
EUC-JP | 傲??節??k | 110100001111111000111111001111111100000011100001001111110011111101101011 | d0fe3f3fc0e13f3f6b |
UTF-8 | 傲됧넼節€댛k | 11100101100000101011001011101011100100001010011111101011100001001011110011100111101011111000000011100010100000101010110011101011100011001001101101101011 | e582b2eb90a7eb84bce7af80e282aceb8c9b6b |
UHC | 傲됧넼節€댛k | 11100111111011001000100111100101100001101011011011101111101111011010001011100110100010001011111101101011 | e7ec89e586b6efbda2e688bf6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)