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 | ?????o | 001111110011111100111111001111110011111101101111 | 3f3f3f3f3f6f |
SJIS-WIN | ?????o | 001111110011111100111111001111110011111101101111 | 3f3f3f3f3f6f |
EUC-JP | ?????o | 001111110011111100111111001111110011111101101111 | 3f3f3f3f3f6f |
UTF-8 | 혟짜혵짠혮o | 11101101100110001001111111101100101001111001110011101101100110001011010111101100101001111010000011101101100110001010111001101111 | ed989feca79ced98b5eca7a0ed98ae6f |
UHC | 혟짜혵짠혮o | 1100001010001001110000101010010111000010100111001100001010100111110000101001010101101111 | c289c2a5c29cc2a7c2956f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)