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 | 蘂??爰? | 11100101010000010011111100111111111000001010011100111111 | e5413f3fe0a73f |
EUC-JP | 蘂??爰? | 11101001101000100011111100111111111000001010100100111111 | e9a23f3fe0a93f |
UTF-8 | 蘂띠꼷爰뢊 | 111010001001100010000010111010111001110110100000111010101011110010110111111001111000100010110000111010111010001010001010 | e89882eb9da0eabcb7e788b0eba28a |
UHC | 蘂띠꼷爰뢊 | 11100111110111101011011011101100100001001000111111101010101110101000111101000110 | e7deb6ec848feaba8f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)