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 | 顰ウ譴ァ豬傳 | 11101000111111001011001111100110101000101010011111100110101101011001100101000010 | e8fcb3e6a2a7e6b59942 |
EUC-JP | 顰ウ譴ァ豬傳 | 111100001111111010001110101100111110110010100100100011101010011111101100101101111101000110100011 | f0fe8eb3eca48ea7ecb7d1a3 |
UTF-8 | 顰ウ譴ァ豬傳 | 111010011010000110110000111011111011110110110011111010001010110110110100111011111011110110100111111010001011000110101100111001011000001010110011 | e9a1b0efbdb3e8adb4efbda7e8b1ace582b3 |
UHC | ??譴??傳 | 0011111100111111110011001011100100111111001111111110111011101110 | 3f3fccb93f3feeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)