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 | 提?除? | 100100101111000100111111100011111001110000111111 | 92f13f8f9c3f |
EUC-JP | 提?除? | 110001001111001100111111101111011111110000111111 | c4f33fbdfc3f |
UTF-8 | 提렩除얘 | 111001101000111110010000111010111010000010101001111010011001100110100100111011001001011010011000 | e68f90eba0a9e999a4ec9698 |
UHC | 提렩除얘 | 1111000010101011100011101011011111110000101101101011111011101010 | f0ab8eb7f0b6beea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)