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 | ?瀋??? | 001111111110000001100011001111110011111100111111 | 3fe0633f3f3f |
EUC-JP | ?瀋??? | 001111111101111111000100001111110011111100111111 | 3fdfc43f3f3f |
UTF-8 | 쒔瀋렚렊렞 | 111011001001001010010100111001111000000010001011111010111010000010011010111010111010000010001010111010111010000010011110 | ec9294e7808beba09aeba08aeba09e |
UHC | 쒔瀋렚렊렞 | 10111110101011011110010010100011100011101010110110001110101000011000111010101111 | beade4a38ead8ea18eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)