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 | 提?諸? | 100100101111000100111111100011111001010000111111 | 92f13f8f943f |
EUC-JP | 提?諸? | 110001001111001100111111101111011111010000111111 | c4f33fbdf43f |
UTF-8 | 提렩諸렪 | 111001101000111110010000111010111010000010101001111010001010101110111000111010111010000010101010 | e68f90eba0a9e8abb8eba0aa |
UHC | 提렩諸렪 | 1111000010101011100011101011011111110000101100111000111010111000 | f0ab8eb7f0b38eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)