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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雋会スォ陝カ | 111010001011001010001001111011111011110110101011111010001001111110110110 | e8b289efbdabe89fb6 |
EUC-JP | 雋会スォ陝カ | 111100001011010010110010111100011000111010111101100011101010101111110000101000011000111010110110 | f0b4b2f18ebd8eabf0a18eb6 |
UTF-8 | 雋会スォ陝カ | 111010011001101110001011111001001011110010011010111011111011110110111101111011111011110110101011111010011001100110011101111011111011110110110110 | e99b8be4bc9aefbdbdefbdabe9999defbdb6 |
UHC | 雋???陝? | 1111000111100110001111110011111100111111111000001110110100111111 | f1e63f3f3fe0ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)