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 | ?????h? | 00111111001111110011111100111111001111110110100000111111 | 3f3f3f3f3f683f |
SJIS-WIN | 沮?億??h沮 | 10011111100111000011111110001001101011010011111100111111011010001001111110011100 | 9f9c3f89ad3f3f689f9c |
EUC-JP | 沮?億??h沮 | 11011101111111000011111110110010101011110011111100111111011010001101110111111100 | ddfc3fb2af3f3f68ddfc |
UTF-8 | 沮렫億뚝렏h沮 | 11100110101100101010111011101011101000001010101111100101100001001000010011101011100110101001110111101011101000001000111101101000111001101011001010101110 | e6b2aeeba0abe58484eb9a9deba08f68e6b2ae |
UHC | 沮렫億뚝렏h沮 | 11101110110000011000111010111001111001011110001010110110110100101000111010100101011010001110111011000001 | eec18eb9e5e2b6d28ea568eec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)