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 | 陜」鬢難スョ | 111010001001110110100011111010011010010010010011111011111011110110101110 | e89da3e9a493efbdae |
EUC-JP | 陜」鬢難スョ | 111011111111110110001110101000111111001010100110110001101111000110001110101111011000111010101110 | effd8ea3f2a6c6f18ebd8eae |
UTF-8 | 陜」鬢難スョ | 111010011001100110011100111011111011110110100011111010011010110010100010111010011001101110100011111011111011110110111101111011111011110110101110 | e9999cefbda3e9aca2e99ba3efbdbdefbdae |
UHC | 陜??難?? | 1111100111110000001111110011111111010001111100010011111100111111 | f9f03f3fd1f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)