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 | 險貞、願ア | 1110100010101000100100101110010110100100100010101110100010110001 | e8a892e5a48ae8b1 |
EUC-JP | 險貞、願ア | 11110000101010101100010011100111100011101010010010110100111010101000111010110001 | f0aac4e78ea4b4ea8eb1 |
UTF-8 | 險貞、願ア | 111010011001101010101010111010001011001010011110111011111011110110100100111010011010000110011000111011111011110110110001 | e99aaae8b29eefbda4e9a198efbdb1 |
UHC | 險貞?願? | 1111101011001111111011111111011000111111111010101100001100111111 | facfeff63feac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)