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 | ??秩?椽 | 00111111001111111001001010000001001111111001111010111011 | 3f3f92813f9ebb |
EUC-JP | ??秩?椽 | 00111111001111111100001111100001001111111101110010111101 | 3f3fc3e13fdcbd |
UTF-8 | 렱렚秩서椽 | 111010111010000010110001111010111010000010011010111001111010011110101001111011001000010010011100111001101010010010111101 | eba0b1eba09ae7a7a9ec849ce6a4bd |
UHC | 렱렚秩서椽 | 10001110101111101000111010101101111100101111000110111100101011011110011011001011 | 8ebe8eadf2f1bcade6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)