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 | 。゚娼チ娼ー | 1010000111011111100011111010100111000001100011111010100110110000 | a1df8fa9c18fa9b0 |
EUC-JP | 。゚娼チ娼ー | 100011101010000110001110110111111011111010101011100011101100000110111110101010111000111010110000 | 8ea18edfbeab8ec1beab8eb0 |
UTF-8 | 。゚娼チ娼ー | 111011111011110110100001111011111011111010011111111001011010100010111100111011111011111010000001111001011010100010111100111011111011110110110000 | efbda1efbe9fe5a8bcefbe81e5a8bcefbdb0 |
UHC | ??娼?娼? | 0011111100111111111100111101111000111111111100111101111000111111 | 3f3ff3de3ff3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)