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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 之?而? | 100101000101011000111111100011101010011100111111 | 94563f8ea73f |
EUC-JP | 之?而? | 110001111011011100111111101111001010100100111111 | c7b73fbca93f |
UTF-8 | 之렓而렲 | 111001001011100110001011111010111010000010010011111010001000000010001100111010111010000010110010 | e4b98beba093e8808ceba0b2 |
UHC | 之렓而렲 | 1111000111111101100011101010100011101100101110111000111010111111 | f1fd8ea8ecbb8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)