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 | ??????稔 | 0011111100111111001111110011111100111111001111111001011010101011 | 3f3f3f3f3f3f96ab |
EUC-JP | ??????稔 | 0011111100111111001111110011111100111111001111111100110010101101 | 3f3f3f3f3f3fccad |
UTF-8 | 溜삳ℓ溜욌졎稔 | 111011111010011110001011111011001000001010110011111000101000010010010011111011111010011110001011111011001001101010001100111011001010000110001110111001111010100010010100 | efa78bec82b3e28493efa78bec9a8ceca18ee7a894 |
UHC | 溜삳ℓ溜욌졎稔 | 1110101011111110101110111110101110100111101001001110101011111110100111101110101110100000101110111110110011111001 | eafebbeba7a4eafe9eeba0bbecf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)