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 | ûOhûO | 1111101101001111011010001111101101001111 | fb4f68fb4f |
SJIS-WIN | ?Oh?O | 0011111101001111011010000011111101001111 | 3f4f683f4f |
EUC-JP | ûOhûO | 100011111010101111100101010011110110100010001111101010111110010101001111 | 8fabe54f688fabe54f |
UTF-8 | ûOhûO | 11000011101110110100111101101000110000111011101101001111 | c3bb4f68c3bb4f |
UHC | ?Oh?O | 0011111101001111011010000011111101001111 | 3f4f683f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)