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 | 隰ヲ譎会スウ | 111010001010110010100110111001101001100110001001111011111011110110110011 | e8aca6e69989efbdb3 |
EUC-JP | 隰ヲ譎会スウ | 111100001010111010001110101001101110101111111001101100101111000110001110101111011000111010110011 | f0ae8ea6ebf9b2f18ebd8eb3 |
UTF-8 | 隰ヲ譎会スウ | 111010011001101010110000111011111011110110100110111010001010110110001110111001001011110010011010111011111011110110111101111011111011110110110011 | e99ab0efbda6e8ad8ee4bc9aefbdbdefbdb3 |
UHC | ??譎??? | 00111111001111111111110111010010001111110011111100111111 | 3f3ffdd23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)