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 | 闖野ぃ | 111010001000111110010110111011001000001010100001 | e88f96ec82a1 |
EUC-JP | 闖野ぃ | 111011111110111111001100111011101010010010100011 | efefcceea4a3 |
UTF-8 | 闖野ぃ | 111010011001011110010110111010011000011110001110111000111000000110000011 | e99796e9878ee38183 |
UHC | 闖野ぃ | 111101111110011011100101101011111010101010100011 | f7e6e5afaaa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)