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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邇ウ逧ク郢 | 1110011110001110101100111110011110011010101110001110011110111001 | e78eb3e79ab8e7b9 |
EUC-JP | 邇ウ逧ク郢 | 11101101111011101000111010110011111011011111101010001110101110001110111010111011 | edee8eb3edfa8eb8eebb |
UTF-8 | 邇ウ逧ク郢 | 111010011000001010000111111011111011110110110011111010011000000010100111111011111011110110111000111010011000001110100010 | e98287efbdb3e980a7efbdb8e983a2 |
UHC | 邇???? | 111011001100010000111111001111110011111100111111 | ecc43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)