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 | ??????l | 00111111001111110011111100111111001111110011111101101100 | 3f3f3f3f3f3f6c |
SJIS-WIN | 禎?運篩??l | 10010010111101010011111110001001010111101110001010111111001111110011111101101100 | 92f53f895ee2bf3f3f6c |
EUC-JP | 禎?運篩??l | 11000100111101110011111110110001101111111110010011000001001111110011111101101100 | c4f73fb1bfe4c13f3f6c |
UTF-8 | 禎렓運篩렋렋l | 11100111101001101000111011101011101000001001001111101001100000011000101111100111101011111010100111101011101000001000101111101011101000001000101101101100 | e7a68eeba093e9818be7afa9eba08beba08b6c |
UHC | 禎렓運篩렋렋l | 11101111111011101000111010101000111010101010000111011110111010001000111010100010100011101010001001101100 | efee8ea8eaa1dee88ea28ea26c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)