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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 棚綻多即B | 100100100100100110010010010111011001000110111101100100011010011001000010 | 9249925d91bd91a642 |
EUC-JP | 棚綻多即B | 110000111010101011000011101111101100001010111111110000101010100001000010 | c3aac3bec2bfc2a842 |
UTF-8 | 棚綻多即B | 11100110101000111001101011100111101101101011101111100101101001001001101011100101100011011011001101000010 | e6a39ae7b6bbe5a49ae58db342 |
UHC | 棚綻多?B | 1101110111011100111101111010101011010010111111010011111101000010 | dddcf7aad2fd3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)