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 | 汚??撓η? | 100010011001100000111111001111111001110110011010100000111100010100111111 | 89983f3f9d9a83c53f |
EUC-JP | 汚??撓η? | 101100011111100000111111001111111101100111111010101001101100011100111111 | b1f83f3fd9faa6c73f |
UTF-8 | 汚뀐슉撓η쥜 | 1110011010110001100110101110101110000000100100001110110010001010100010011110011010010010100100111100111010110111111011001010010110011100 | e6b19aeb8090ec8a89e69293ceb7eca59c |
UHC | 汚뀐슉撓η쥜 | 111001111111110110110010111011111011110110110101111010001111010110100101111001111010001010010001 | e7fdb2efbdb5e8f5a5e7a291 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)