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 | 髷ウ譴ァ豬傳 | 11101001100111101011001111100110101000101010011111100110101101011001100101000010 | e99eb3e6a2a7e6b59942 |
EUC-JP | 髷ウ譴ァ豬傳 | 111100011111111010001110101100111110110010100100100011101010011111101100101101111101000110100011 | f1fe8eb3eca48ea7ecb7d1a3 |
UTF-8 | 髷ウ譴ァ豬傳 | 111010011010101110110111111011111011110110110011111010001010110110110100111011111011110110100111111010001011000110101100111001011000001010110011 | e9abb7efbdb3e8adb4efbda7e8b1ace582b3 |
UHC | ??譴??傳 | 0011111100111111110011001011100100111111001111111110111011101110 | 3f3fccb93f3feeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)