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 | 雎コ謇具スア | 111010001011000110111010111001101000100110001011111011111011110110110001 | e8b1bae6898befbdb1 |
EUC-JP | 雎コ謇具スア | 111100001011001110001110101110101110101111101001101101101111000110001110101111011000111010110001 | f0b38ebaebe9b6f18ebd8eb1 |
UTF-8 | 雎コ謇具スア | 111010011001101110001110111011111011110110111010111010001010110010000111111001011000010110110111111011111011110110111101111011111011110110110001 | e99b8eefbdbae8ac87e585b7efbdbdefbdb1 |
UHC | 雎??具?? | 1110111011010001001111110011111111001110111111010011111100111111 | eed13f3fcefd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)