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 | 汚??要ζ? | 100010011001100000111111001111111001011101110110100000111100010000111111 | 89983f3f977683c43f |
EUC-JP | 汚??要ζ? | 101100011111100000111111001111111100110111010111101001101100011000111111 | b1f83f3fcdd7a6c63f |
UTF-8 | 汚뉛쉈要ζ츝 | 1110011010110001100110101110101110001001100110111110110010001001100010001110100010100110100000011100111010110110111011001011100010011101 | e6b19aeb899bec8988e8a681ceb6ecb89d |
UHC | 汚뉛쉈要ζ츝 | 111001111111110110000111111011111011110110100101111010011010100110100101111001101010111010010110 | e7fd87efbda5e9a9a5e6ae96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)