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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?傭???? | 00111111100101110110001000111111001111110011111100111111 | 3f97623f3f3f3f |
EUC-JP | ?傭???? | 00111111110011011100001100111111001111110011111100111111 | 3fcdc33f3f3f3f |
UTF-8 | 쒔傭쒔롍렊렞 | 111011001001001010010100111001011000001010101101111011001001001010010100111010111010000110001101111010111010000010001010111010111010000010011110 | ec9294e582adec9294eba18deba08aeba09e |
UHC | 쒔傭쒔롍렊렞 | 101111101010110111101001101101101011111010101101100011101101001110001110101000011000111010101111 | beade9b6bead8ed38ea18eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)