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 | ??【???? | 0011111100111111100000010111100100111111001111110011111100111111 | 3f3f81793f3f3f3f |
EUC-JP | ??【???? | 0011111100111111101000011101101000111111001111110011111100111111 | 3f3fa1da3f3f3f3f |
UTF-8 | 溜삣【溜붾젲溜 | 111011111010011110001011111011001000001010100011111000111000000010010000111011111010011110001011111010111011011010111110111011001010000010110010111011111010011110001011 | efa78bec82a3e38090efa78bebb6beeca0b2efa78b |
UHC | 溜삣【溜붾젲溜 | 1110101011111110101110111110010110100001101111001110101011111110100101001110101110100000101001101110101011111110 | eafebbe5a1bceafe94eba0a6eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)