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 | ?屋??? | 001111111000100110101110001111110011111100111111 | 3f89ae3f3f3f |
EUC-JP | ?屋??? | 001111111011001010110000001111110011111100111111 | 3fb2b03f3f3f |
UTF-8 | 쒔屋쑈렺렊 | 111011001001001010010100111001011011000110001011111011001001000110001000111010111010000010111010111010111010000010001010 | ec9294e5b18bec9188eba0baeba08a |
UHC | 쒔屋쑈렺렊 | 10111110101011011110100010101001101111101010010010001110110000101000111010100001 | beade8a9bea48ec28ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)