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 | ??????oo | 0011111100111111001111110011111100111111001111110110111101101111 | 3f3f3f3f3f3f6f6f |
SJIS-WIN | ??????oo | 0011111100111111001111110011111100111111001111110110111101101111 | 3f3f3f3f3f3f6f6f |
EUC-JP | ??????oo | 0011111100111111001111110011111100111111001111110110111101101111 | 3f3f3f3f3f3f6f6f |
UTF-8 | 쒔렊쑈렠쒔렊oo | 1110110010010010100101001110101110100000100010101110110010010001100010001110101110100000101000001110110010010010100101001110101110100000100010100110111101101111 | ec9294eba08aec9188eba0a0ec9294eba08a6f6f |
UHC | 쒔렊쑈렠쒔렊oo | 1011111010101101100011101010000110111110101001001000111010110001101111101010110110001110101000010110111101101111 | bead8ea1bea48eb1bead8ea16f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)