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 | 隕≫揃 | 1110100010100110100000011110001010010001101101011111100111111010 | e8a681e291b5f9fa |
EUC-JP | 隕≫揃? | 11110000101010001010001011100100110000101011011100111111 | f0a8a2e4c2b73f |
UTF-8 | 隕≫揃 | 111010011001101010010101111000101000100110101011111001101000111110000011111011101001110110010101 | e99a95e289abe68f83ee9d95 |
UHC | 隕≫?? | 111010101010001010100001111011010011111100111111 | eaa2a1ed3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)