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?]n?O?]nB | 0011111101001111001111110101110101101110001111110100111100111111010111010110111001000010 | 3f4f3f5d6e3f4f3f5d6e42 |
SJIS-WIN | ?O?]n?O?]nB | 0011111101001111001111110101110101101110001111110100111100111111010111010110111001000010 | 3f4f3f5d6e3f4f3f5d6e42 |
EUC-JP | ?O?]n?O?]nB | 0011111101001111001111110101110101101110001111110100111100111111010111010110111001000010 | 3f4f3f5d6e3f4f3f5d6e42 |
UTF-8 | 혪O혪]n혪O혪]nB | 11101101100110001010101001001111111011011001100010101010010111010110111011101101100110001010101001001111111011011001100010101010010111010110111001000010 | ed98aa4fed98aa5d6eed98aa4fed98aa5d6e42 |
UHC | 혪O혪]n혪O혪]nB | 110000101001001001001111110000101001001001011101011011101100001010010010010011111100001010010010010111010110111001000010 | c2924fc2925d6ec2924fc2925d6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)