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 | 畏?┫節?? | 100010001101100000111111100001001011001010010000110111110011111100111111 | 88d83f84b290df3f3f |
EUC-JP | 畏?┫節?? | 101100001101101000111111101010001011010011000000111000010011111100111111 | b0da3fa8b4c0e13f3f |
UTF-8 | 畏뺡┫節㏆쉠 | 111001111001010110001111111010111011101010100001111000101001010010101011111001111010111110000000111000111000111110000110111011001000100110100000 | e7958febbaa1e294abe7af80e38f86ec89a0 |
UHC | 畏뺡┫節㏆쉠 | 111010001110011010010101111010011010011010110100111011111011110110100111111011111011110110101010 | e8e695e9a6b4efbda7efbdaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)