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 | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
SJIS-WIN | ?削ぐ?}B | 0011111110001101111011011000001010101110001111110111110101000010 | 3f8ded82ae3f7d42 |
EUC-JP | 邕削ぐ?}B | 10001111111000011110110110111010111011111010010010110000001111110111110101000010 | 8fe1edbaefa4b03f7d42 |
UTF-8 | 邕削ぐ렧}B | 1110100110000010100101011110010110001001100010101110001110000001100100001110101110100000101001110111110101000010 | e98295e5898ae38190eba0a77d42 |
UHC | 邕削ぐ렧}B | 11101000101110111101111011111011101010101011000010001110101101100111110101000010 | e8bbdefbaab08eb67d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)