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 | 鞜先イ | 1110100011011111100100001110011010110010 | e8df90e6b2 |
EUC-JP | 鞜先イ | 111100001110000111000000111010001000111010110010 | f0e1c0e88eb2 |
UTF-8 | 鞜先イ | 111010011001111010011100111001011000010110001000111011111011110110110010 | e99e9ce58588efbdb2 |
UHC | ?先? | 00111111111000001011101100111111 | 3fe0bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)