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 | 驫灘供遯ョ | 111010011000101010010011111001011000101110011111111001111010101010101110 | e98a93e58b9fe7aaae |
EUC-JP | 驫灘供遯ョ | 11110001111010101100011011100111101101101010000111101110101011001000111010101110 | f1eac6e7b6a1eeac8eae |
UTF-8 | 驫灘供遯ョ | 111010011010100110101011111001111000000110011000111001001011111010011011111010011000000110101111111011111011110110101110 | e9a9abe78198e4be9be981afefbdae |
UHC | ?灘供遯? | 0011111111110111101010001100110111101010110101001110111000111111 | 3ff7a8cdead4ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)