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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ???縕??? | 001111110011111100111111100011111101010011000010001111110011111100111111 | 3f3f3f8fd4c23f3f3f |
UTF-8 | 溜삥컩縕뚮졎麗 | 111011111010011110001011111011001000001010100101111011001011101110101001111001111011100010010101111010111001101010101110111011001010000110001110111011111010011010001000 | efa78bec82a5ecbba9e7b895eb9aaeeca18eefa688 |
UHC | 溜삥컩縕뚮졎麗 | 1110101011111110101110111110011010110000100100011110100010110010100011001110101110100000101110111110011010110000 | eafebbe6b091e8b28ceba0bbe6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)