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 | ?屋???? | 00111111100010011010111000111111001111110011111100111111 | 3f89ae3f3f3f3f |
EUC-JP | ?屋???? | 00111111101100101011000000111111001111110011111100111111 | 3fb2b03f3f3f3f |
UTF-8 | 쒔屋쒀렳쒔렠 | 111011001001001010010100111001011011000110001011111011001001001010000000111010111010000010110011111011001001001010010100111010111010000010100000 | ec9294e5b18bec9280eba0b3ec9294eba0a0 |
UHC | 쒔屋쒀렳쒔렠 | 101111101010110111101000101010011011111010101100100011101100000010111110101011011000111010110001 | beade8a9beac8ec0bead8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)