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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 提?在?址? | 100100101111000100111111100011011101110100111111100110101010110000111111 | 92f13f8ddd3f9aac3f |
EUC-JP | 提?在?址? | 110001001111001100111111101110101101111100111111110101001010111000111111 | c4f33fbadf3fd4ae3f |
UTF-8 | 提렔在렔址렟 | 111001101000111110010000111010111010000010010100111001011001110010101000111010111010000010010100111001011001110110000000111010111010000010011111 | e68f90eba094e59ca8eba094e59d80eba09f |
UHC | 提렔在렔址렟 | 111100001010101110001110101010011110111010100100100011101010100111110010101000111000111010110000 | f0ab8ea9eea48ea9f2a38eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)