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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迹?沮?佚 | 1110011110010001001111111001111110011100001111111001100011000011 | e7913f9f9c3f98c3 |
EUC-JP | 迹?沮?佚 | 1110110111110001001111111101110111111100001111111101000011000101 | edf13fddfc3fd0c5 |
UTF-8 | 迹렎沮렫佚 | 111010001011111110111001111010111010000010001110111001101011001010101110111010111010000010101011111001001011110110011010 | e8bfb9eba08ee6b2aeeba0abe4bd9a |
UHC | 迹렎沮렫佚 | 11101110111010011000111010100100111011101100000110001110101110011110110011101010 | eee98ea4eec18eb9ecea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)