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 | 肭暑郡癇 | 1110001111101011100011111000101110001100010100111110000110010010 | e3eb8f8b8c53e192 |
EUC-JP | 肭暑郡癇 | 1110011011101101101111011110101110110111101101001110000111110010 | e6edbdebb7b4e1f2 |
UTF-8 | 肭暑郡癇 | 111010001000001010101101111001101001101010010001111010011000001110100001111001111001100110000111 | e882ade69a91e983a1e79987 |
UHC | ?暑郡? | 001111111101111111110100110011111101101100111111 | 3fdff4cfdb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)