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 | 佃兢? | 1001001011001111100110010101110100111111 | 92cf995d3f |
EUC-JP | 佃兢? | 1100010011010001110100011011111000111111 | c4d1d1be3f |
UTF-8 | 佃兢狼 | 111001001011110110000011111001011000010110100010111011111010010010101011 | e4bd83e585a2efa4ab |
UHC | 佃兢狼 | 111011101110110011010000111001111101001010101010 | eeecd0e7d2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)