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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????k?? | 0011111100111111001111110011111110000010100010110011111100111111 | 3f3f3f3f828b3f3f |
EUC-JP | ????k?? | 0011111100111111001111110011111110100011111010110011111100111111 | 3f3f3f3fa3eb3f3f |
UTF-8 | 怜뉔옩溜k씟溜 | 111011111010011010101100111010111000100110010100111011001001100010101001111011111010011110001011111011111011110110001011111011001001010010011111111011111010011110001011 | efa6aceb8994ec98a9efa78befbd8bec949fefa78b |
UHC | 怜뉔옩溜k씟溜 | 1110011110110000100001111110100110011110101010001110101011111110101000111110101110011101101100111110101011111110 | e7b087e99ea8eafea3eb9db3eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)