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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 伊屯? | 1000100011001001100100111101010000111111 | 88c993d43f |
EUC-JP | 伊屯? | 1011000011001011110001101101011000111111 | b0cbc6d63f |
UTF-8 | 伊屯㉢ | 111001001011110010001010111001011011000110101111111000111000100110100010 | e4bc8ae5b1afe389a2 |
UHC | 伊屯㉢ | 111011001010010111010100111010101010100010110011 | eca5d4eaa8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)