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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 霈餓椋嵭况B | 1110100010111100100010011110110010010110101110001111101010110011100110010111011001000010 | e8bc89ec96b8fab3997642 |
EUC-JP | 霈餓椋嵭况B | 111100001011111010110010111011101100110010111010100011111011101111011110110100011101011101000010 | f0beb2eeccba8fbbded1d742 |
UTF-8 | 霈餓椋嵭况B | 11101001100111001000100011101001101001001001001111100110101001001000101111100101101101011010110111100101100001101011010101000010 | e99c88e9a493e6a48be5b5ade586b542 |
UHC | ?餓???B | 00111111111001001011101100111111001111110011111101000010 | 3fe4bb3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)