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 | 猗珸耒猗 | 1110000011000110111000001110011111100011110011101110000011000110 | e0c6e0e7e3cee0c6 |
EUC-JP | 猗珸耒猗 | 1110000011001000111000001110100111100110110100001110000011001000 | e0c8e0e9e6d0e0c8 |
UTF-8 | 猗珸耒猗 | 111001111000110010010111111001111000111110111000111010001000000010010010111001111000110010010111 | e78c97e78fb8e88092e78c97 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)