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 | 愽躪册怏 | 1001110011000111111001110101100010011001011001011001110010001001 | 9cc7e75899659c89 |
EUC-JP | 愽躪册怏 | 1101100011001001111011011011100111010001110001101101011111101001 | d8c9edb9d1c6d7e9 |
UTF-8 | 愽躪册怏 | 111001101000010010111101111010001011101010101010111001011000011010001100111001101000000010001111 | e684bde8baaae5868ce6808f |
UHC | ?躪?怏 | 001111111101011111110101001111111110010011101000 | 3fd7f53fe4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)