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 | 貉野恭 | 111001101011100110010110111011001000101110110001 | e6b996ec8bb1 |
EUC-JP | 貉野恭 | 111011001011101111001100111011101011011010110011 | ecbbcceeb6b3 |
UTF-8 | 貉野恭 | 111010001011001010001001111010011000011110001110111001101000000110101101 | e8b289e9878ee681ad |
UHC | ?野恭 | 0011111111100101101011111100110111110001 | 3fe5afcdf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)