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 | 逵育剏 | 111001111001110010001000111001111001100110001100 | e79c88e7998c |
EUC-JP | 逵育剏 | 111011011111110010110000111010011101000111101100 | edfcb0e9d1ec |
UTF-8 | 逵育剏 | 111010011000000010110101111010001000001010110010111001011000100110001111 | e980b5e882b2e5898f |
UHC | 逵育? | 1101000010110000111010111100000000111111 | d0b0ebc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)