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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
UTF-8 | 怜놪h怜놪 | 11101111101001101010110011101011100001101010101001101000111011111010011010101100111010111000011010101010 | efa6aceb86aa68efa6aceb86aa |
UHC | 怜놪h怜놪 | 111001111011000010000111010011000110100011100111101100001000011101001100 | e7b0874c68e7b0874c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)